Add logs support for the new default permissions model
This commit is contained in:
parent
aeeacd1d0d
commit
3864fc3e88
5 changed files with 79 additions and 9 deletions
|
@ -41,7 +41,7 @@
|
|||
<table class="table">
|
||||
<thead>
|
||||
<th>Description</th>
|
||||
<th>Date/Time</th>
|
||||
<th style="min-width: 226px">Date/Time</th>
|
||||
<th>User/Token</th>
|
||||
</thead>
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
|||
<tr class="log" ng-repeat="log in (logs | visibleLogFilter:kindsAllowed | filter:search | limitTo:150)">
|
||||
<td>
|
||||
<span class="circle" style="{{ 'background: ' + getColor(log.kind) }}"></span>
|
||||
<span ng-bind-html="getDescription(log)"></span>
|
||||
<span class="log-description" ng-bind-html="getDescription(log)"></span>
|
||||
</td>
|
||||
<td>{{ log.datetime }}</td>
|
||||
<td>
|
||||
|
|
Reference in a new issue