mirror of https://github.com/hashicorp/consul
ui: small acl mobile fix
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,9 +638,11 @@
|
||||||
</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">
|
||||||
|
|
Loading…
Reference in New Issue