mirror of
https://github.com/sismics/docs.git
synced 2025-12-21 21:51:39 +00:00
Fix tag-colors inside inherited acl
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<tr ng-repeat="(id, acl) in inheritedAcls">
|
||||
<td>
|
||||
<a href="#/tag/{{ acl[0].source_id }}">
|
||||
<span class="fas fa-tags"></span>
|
||||
<span class="fas fa-tags" ng-style="{ 'color': acl[0].source_color }"></span>
|
||||
{{ acl[0].source_name }}
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user