Merge pull request #2995 from hashicorp/revert-2517-feature/ui-remove-acl-id-from-list

Revert "UI: remove ACL ID from the left list"
This commit is contained in:
James Phillips 2017-05-02 14:29:09 -07:00 committed by GitHub
commit 33ddd5a4bd
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@
{{#link-to 'acls.show' ID tagName="div" href=false class="list-group-item list-condensed-link" }}
<div class="bg-light-gray list-bar-horizontal"></div>
<div class="name">
{{ aclName Name "" }}
{{ aclName Name ID }}
</div>
{{/link-to}}
{{/collection}}