summaryrefslogtreecommitdiffstats
path: root/templates/eventlog/_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/eventlog/_page.html')
-rw-r--r--templates/eventlog/_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/eventlog/_page.html b/templates/eventlog/_page.html
index 910b2dd5..b28fe2f0 100644
--- a/templates/eventlog/_page.html
+++ b/templates/eventlog/_page.html
@@ -13,7 +13,7 @@
<tr>
<td><span class="glyphicon glyphicon-{{icon}}" title="{{logtypeid}}"></span></td>
<td class="text-right" nowrap="nowrap">{{date}}</td>
- <td>{{description}}</td>
+ <td class="{{color}}">{{description}}</td>
<td>{{#extra}}
<a class="btn btn-default btn-xs pull-left" onclick="$('#details-body').html($('#extra-{{logid}}').html())" data-toggle="modal" data-target="#myModal">&raquo;</a>
<div class="hidden" id="extra-{{logid}}">{{extra}}</div>