summaryrefslogtreecommitdiffstats
path: root/templates/page-syslog.html
diff options
context:
space:
mode:
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>