Browse Source

ui: small acl mobile fix

pull/302/head
Jack Pearkes 10 years ago
parent
commit
cfb11f7a6a
  1. 6
      ui/acl.md
  2. 2
      ui/index.html

6
ui/acl.md

@ -1,6 +0,0 @@
- ACL management
- KV takes ?token=ACCESS_KEY
- There is a default token
- Allow setting a token
- store the token in local storage
- return error (notification) if the write fails

2
ui/index.html

@ -638,10 +638,12 @@
</script>
<script type="text/x-handlebars" id="acl">
<div class="row">
<div class="col-xs-12 col-sm-12 visible-xs visible-sm">
{{#link-to "acls" class="btn btn-default btn-block" }}Back to all ACLs{{/link-to}}
<hr>
</div>
</div>
<div class="panel">
<div {{ bind-attr class=":panel-bar isLoading:bg-orange:bg-light-gray" }}></div>

Loading…
Cancel
Save