summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/templates/table-client.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics_reporting/templates/table-client.html')
-rw-r--r--modules-available/statistics_reporting/templates/table-client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics_reporting/templates/table-client.html b/modules-available/statistics_reporting/templates/table-client.html
index 2bb79447..2fb2f574 100644
--- a/modules-available/statistics_reporting/templates/table-client.html
+++ b/modules-available/statistics_reporting/templates/table-client.html
@@ -16,7 +16,7 @@
{{#data}}
<tr>
<td class="text-left">{{hostname}}</td>
- <td class="text-left col_location"><a class="locationLink" href="#">{{location}}</a></td>
+ <td class="text-left col_location"><a class="locationLink" href="#" data-lid="{{locationId}}">{{location}}</a></td>
<td data-sort-value="{{time}}" class="text-left col_totalTime">{{time_s}}</td>
<td data-sort-value="{{medianTime}}" class="text-left col_medianSessionLength">{{medianTime_s}}</td>
<td class="text-left col_longSessions">{{sessions}}</td>