ui: small acl mobile fix

This commit is contained in:
Jack Pearkes 2014-08-22 17:16:20 -07:00
parent 1d34ede602
commit cfb11f7a6a
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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>