summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/filterbox.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-09 12:23:15 +0200
committerSimon Rettberg2016-09-09 12:23:15 +0200
commit96bdcf395892a31ce28cacbf708dc111a8b0f471 (patch)
treeba195c8749fa5615589ba60501f994013a66cb60 /modules-available/statistics/templates/filterbox.html
parent[statistics] Fix pressing return in "add filter" dialog (diff)
downloadslx-admin-96bdcf395892a31ce28cacbf708dc111a8b0f471.tar.gz
slx-admin-96bdcf395892a31ce28cacbf708dc111a8b0f471.tar.xz
slx-admin-96bdcf395892a31ce28cacbf708dc111a8b0f471.zip
[statistics] Fix currentuser filter
Diffstat (limited to 'modules-available/statistics/templates/filterbox.html')
-rw-r--r--modules-available/statistics/templates/filterbox.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/filterbox.html b/modules-available/statistics/templates/filterbox.html
index fca7bdea..95fbab84 100644
--- a/modules-available/statistics/templates/filterbox.html
+++ b/modules-available/statistics/templates/filterbox.html
@@ -74,7 +74,8 @@ var slxFilterNames = {
badsectors: '{{lang_reallocatedSectors}}',
clientip: '{{lang_ip}}',
state: '{{lang_usageState}}',
- location: '{{lang_location}}'
+ location: '{{lang_location}}',
+ currentuser: '{{lang_currentUser}}'
};
slxLocations = {{{locations}}};