summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/id44.html
diff options
context:
space:
mode:
authorSimon Rettberg2022-05-11 15:17:02 +0200
committerSimon Rettberg2022-05-11 15:17:02 +0200
commit874b71c5b41cf5a19e63c4d61e44d9d06e8f4206 (patch)
treeba289f4cca693e2b10ff42bfded1fedd493947db /modules-available/statistics/templates/id44.html
parent[vmstore] Add types where possible and do false -> null (diff)
downloadslx-admin-874b71c5b41cf5a19e63c4d61e44d9d06e8f4206.tar.gz
slx-admin-874b71c5b41cf5a19e63c4d61e44d9d06e8f4206.tar.xz
slx-admin-874b71c5b41cf5a19e63c4d61e44d9d06e8f4206.zip
[statistics] Use proper filter op for ID44 and RAM on chart page
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 ec0dac09..bc549fa8 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="#">{{gb}}&thinsp;GiB</a>
+ <a class="filter-val" data-filter-val="{{gb}}" data-filter-op="~" href="#">{{gb}}&thinsp;GiB</a>
</td>
<td class="text-right">{{count}}</td>
</tr>