summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/filterbox.html
diff options
context:
space:
mode:
authorSteffen Ritter2017-09-05 16:25:33 +0200
committerSteffen Ritter2017-09-05 16:25:33 +0200
commitdb82c6326bcbf09bcb8f938728394bf39d4681a3 (patch)
treede33167c84c6635557b194be92dcb412c8842190 /modules-available/statistics/templates/filterbox.html
parent[locations] fix missing locationId on ip/uuid ... (diff)
downloadslx-admin-db82c6326bcbf09bcb8f938728394bf39d4681a3.tar.gz
slx-admin-db82c6326bcbf09bcb8f938728394bf39d4681a3.tar.xz
slx-admin-db82c6326bcbf09bcb8f938728394bf39d4681a3.zip
[translation] Added translation for 'subnet' 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 95fbab84..7cd0f617 100644
--- a/modules-available/statistics/templates/filterbox.html
+++ b/modules-available/statistics/templates/filterbox.html
@@ -75,7 +75,8 @@ var slxFilterNames = {
clientip: '{{lang_ip}}',
state: '{{lang_usageState}}',
location: '{{lang_location}}',
- currentuser: '{{lang_currentUser}}'
+ currentuser: '{{lang_currentUser}}',
+ subnet: '{{lang_subnet}}'
};
slxLocations = {{{locations}}};