summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/filterbox.html
diff options
context:
space:
mode:
authorSimon Rettberg2018-01-08 13:47:34 +0100
committerSimon Rettberg2018-01-08 13:47:34 +0100
commit0d4d09f6fac5e79a75e8305c0c6c4df1620b6eb0 (patch)
tree6c13c970674e8bda393a5caa408f97f413e2dd7f /modules-available/statistics/templates/filterbox.html
parent[statistics_reporting] Don't leak locationid in remote report (diff)
downloadslx-admin-0d4d09f6fac5e79a75e8305c0c6c4df1620b6eb0.tar.gz
slx-admin-0d4d09f6fac5e79a75e8305c0c6c4df1620b6eb0.tar.xz
slx-admin-0d4d09f6fac5e79a75e8305c0c6c4df1620b6eb0.zip
[statistics] Add filters for uptime and hostname
Closes #3278
Diffstat (limited to 'modules-available/statistics/templates/filterbox.html')
-rw-r--r--modules-available/statistics/templates/filterbox.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/filterbox.html b/modules-available/statistics/templates/filterbox.html
index 758bc287..58b66a75 100644
--- a/modules-available/statistics/templates/filterbox.html
+++ b/modules-available/statistics/templates/filterbox.html
@@ -99,7 +99,9 @@ var slxFilterNames = {
state: '{{lang_usageState}}',
location: '{{lang_location}}',
currentuser: '{{lang_currentUser}}',
- subnet: '{{lang_subnet}}'
+ subnet: '{{lang_subnet}}',
+ runtime: '{{lang_runtimeHours}}',
+ hostname: '{{lang_hostname}}'
};
slxLocations = {{{locations}}};