mirror of
https://github.com/sismics/docs.git
synced 2025-12-21 05:31:42 +00:00
#18: Handle new audit log for groups, filter users by group
This commit is contained in:
@@ -36,6 +36,9 @@
|
||||
<span ng-switch-when="User">
|
||||
<a href="#/user/{{ log.message }}">{{ log.message }}</a>
|
||||
</span>
|
||||
<span ng-switch-when="Group">
|
||||
<a href="#/group/{{ log.message }}">{{ log.message }}</a>
|
||||
</span>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user