summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/filterbox.html
diff options
context:
space:
mode:
authorSimon Rettberg2019-01-28 13:48:35 +0100
committerSimon Rettberg2019-01-28 13:48:35 +0100
commit3b1df888c963d906005ff139892df06a0d1ae2b4 (patch)
treee083400a996893fec66ed3c7e03cc234ca50a1af /modules-available/statistics/templates/filterbox.html
parent[inc/Util] readableFileSize: support input in KB/MB/... (diff)
downloadslx-admin-3b1df888c963d906005ff139892df06a0d1ae2b4.tar.gz
slx-admin-3b1df888c963d906005ff139892df06a0d1ae2b4.tar.xz
slx-admin-3b1df888c963d906005ff139892df06a0d1ae2b4.zip
[statistics] Track and display memory/tmp usage of clients
Diffstat (limited to 'modules-available/statistics/templates/filterbox.html')
-rw-r--r--modules-available/statistics/templates/filterbox.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/filterbox.html b/modules-available/statistics/templates/filterbox.html
index cd8ec24d..07aa7320 100644
--- a/modules-available/statistics/templates/filterbox.html
+++ b/modules-available/statistics/templates/filterbox.html
@@ -101,7 +101,10 @@ var slxFilterNames = {
currentuser: '{{lang_currentUser}}',
subnet: '{{lang_subnet}}',
runtime: '{{lang_runtimeHours}}',
- hostname: '{{lang_hostname}}'
+ hostname: '{{lang_hostname}}',
+ live_swapfree: '{{lang_swapFree}}',
+ live_memfree: '{{lang_memFree}}',
+ live_tmpfree: '{{lang_tmpFree}}'
};
slxLocations = {{{locations}}};