Add logs support for the new default permissions model

This commit is contained in:
Joseph Schorr 2014-01-21 17:04:00 -05:00
parent aeeacd1d0d
commit 3864fc3e88
5 changed files with 79 additions and 9 deletions

View file

@ -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>