Merge pull request #2517 from bhuisgen/feature/ui-remove-acl-id-from-list
UI: remove ACL ID from the left list
This commit is contained in:
commit
2f8f0b2320
|
@ -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 ID }}
|
||||
{{ aclName Name "" }}
|
||||
</div>
|
||||
{{/link-to}}
|
||||
{{/collection}}
|
||||
|
|
Loading…
Reference in New Issue