summaryrefslogtreecommitdiffstats
path: root/templates/page-syslog.html
diff options
context:
space:
mode:
authorSimon Rettberg2014-12-05 16:26:19 +0100
committerSimon Rettberg2014-12-05 16:26:19 +0100
commit03480d86be75b942b64b31178a579e6deed8a822 (patch)
treebace4f51607c48923f42afbc4df0c776d41ef12a /templates/page-syslog.html
parentTweaks and fixes (diff)
downloadslx-admin-03480d86be75b942b64b31178a579e6deed8a822.tar.gz
slx-admin-03480d86be75b942b64b31178a579e6deed8a822.tar.xz
slx-admin-03480d86be75b942b64b31178a579e6deed8a822.zip
Use different icons for client log entries (incomplete)
Diffstat (limited to 'templates/page-syslog.html')
-rw-r--r--templates/page-syslog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page-syslog.html b/templates/page-syslog.html
index 7cedd7f3..98e94291 100644
--- a/templates/page-syslog.html
+++ b/templates/page-syslog.html
@@ -24,7 +24,7 @@
<tbody>
{{#list}}
<tr>
- <td><span class="glyphicon glyphicon-off" title="{{logtypeid}}" onclick="$('#filterstring').tagsinput('add', '{{logtypeid}}')"></span></td>
+ <td><span class="glyphicon {{icon}}" title="{{logtypeid}}" onclick="$('#filterstring').tagsinput('add', '{{logtypeid}}')"></span></td>
<td class="text-right" nowrap="nowrap">{{date}}</td>
<td>{{clientip}}</td>
<td>{{description}}</td>