summaryrefslogtreecommitdiffstats
path: root/modules-available/syslog/templates/page-syslog.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/syslog/templates/page-syslog.html')
-rw-r--r--modules-available/syslog/templates/page-syslog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/syslog/templates/page-syslog.html b/modules-available/syslog/templates/page-syslog.html
index 8b590038..d4709456 100644
--- a/modules-available/syslog/templates/page-syslog.html
+++ b/modules-available/syslog/templates/page-syslog.html
@@ -45,7 +45,7 @@
<tr>
<td><span class="type-button glyphicon {{icon}}" title="{{logtypeid}}"></span></td>
<td class="text-center" nowrap="nowrap">{{date}}</td>
- <td class="text-left">{{clientip}}</td>
+ <td class="text-left"><a href="?do=statistics&uuid={{machineuuid}}">{{clientip}}</a></td>
<td>{{description}}</td>
<td class="text-center">{{#extra}}
<a class="btn btn-default btn-xs" onclick="$('#details-body').html($('#extra-{{logid}}').html())"