mirror of https://github.com/status-im/consul.git
ui: small acl mobile fix
This commit is contained in:
parent
1d34ede602
commit
cfb11f7a6a
|
@ -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
|
|
@ -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…
Reference in New Issue