mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 23:57:07 +00:00
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>
|
||||||
|
|
||||||
<script type="text/x-handlebars" id="acl">
|
<script type="text/x-handlebars" id="acl">
|
||||||
|
<div class="row">
|
||||||
<div class="col-xs-12 col-sm-12 visible-xs visible-sm">
|
<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}}
|
{{#link-to "acls" class="btn btn-default btn-block" }}Back to all ACLs{{/link-to}}
|
||||||
<hr>
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div {{ bind-attr class=":panel-bar isLoading:bg-orange:bg-light-gray" }}></div>
|
<div {{ bind-attr class=":panel-bar isLoading:bg-orange:bg-light-gray" }}></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user