summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/templates/table-location.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics_reporting/templates/table-location.html')
-rw-r--r--modules-available/statistics_reporting/templates/table-location.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics_reporting/templates/table-location.html b/modules-available/statistics_reporting/templates/table-location.html
index 02292e5b..9479b7af 100644
--- a/modules-available/statistics_reporting/templates/table-location.html
+++ b/modules-available/statistics_reporting/templates/table-location.html
@@ -11,7 +11,7 @@
</thead>
<tbody>
{{#data}}
- <tr>
+ <tr{{#highlight}} class="info"{{/highlight}}>
<td class="locationName text-left">{{location}}</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>