1
0
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:
Vec7or
2020-12-30 17:33:24 +01:00
parent 1346dd3616
commit 1d66b47f5f
2 changed files with 3 additions and 1 deletions

View File

@@ -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>&nbsp;
<span class="fas fa-tags" ng-style="{ 'color': acl[0].source_color }"></span>&nbsp;
{{ acl[0].source_name }}
</a>
</td>