summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/id44.html
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-04 16:42:05 +0100
committerSimon Rettberg2018-03-04 16:42:05 +0100
commitaadf3feb7b8090796a4dd083c90a5bc4893c8faf (patch)
tree515e141009a855d76011e315b2f832c51adc0409 /modules-available/statistics/templates/id44.html
parent[sysconfig] Add permissions (diff)
downloadslx-admin-aadf3feb7b8090796a4dd083c90a5bc4893c8faf.tar.gz
slx-admin-aadf3feb7b8090796a4dd083c90a5bc4893c8faf.tar.xz
slx-admin-aadf3feb7b8090796a4dd083c90a5bc4893c8faf.zip
[statistics] Refine permissions, add some new ones
Diffstat (limited to 'modules-available/statistics/templates/id44.html')
-rw-r--r--modules-available/statistics/templates/id44.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/id44.html b/modules-available/statistics/templates/id44.html
index d3b1ab1c..de1c71ad 100644
--- a/modules-available/statistics/templates/id44.html
+++ b/modules-available/statistics/templates/id44.html
@@ -17,7 +17,7 @@
{{#rows}}
<tr id="tmpid{{gb}}" class="{{class}} {{collapse}}">
<td data-sort-value="{{gb}}" class="text-left text-nowrap">
- <a class="filter-val" data-filter-val="{{gb}}" href="?do=Statistics&amp;show=stat&amp;filters={{query}}~,~hddgb={{gb}}">{{gb}}&thinsp;GiB</a>
+ <a class="filter-val" data-filter-val="{{gb}}" href="?do=Statistics&amp;show=summary&amp;filters={{query}}~,~hddgb={{gb}}">{{gb}}&thinsp;GiB</a>
</td>
<td class="text-right">{{count}}</td>
</tr>