From a6a484ea37aeb91f848c11cb818e2d7d4351d391 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 22 Jun 2016 17:56:04 +0200 Subject: [locations/sysconfig] Implement location specific sysconfig --- .../locations/templates/locations.html | 35 ++++++++++++++++++---- 1 file changed, 30 insertions(+), 5 deletions(-) (limited to 'modules-available/locations/templates') diff --git a/modules-available/locations/templates/locations.html b/modules-available/locations/templates/locations.html index e8b5d707..11142ef8 100644 --- a/modules-available/locations/templates/locations.html +++ b/modules-available/locations/templates/locations.html @@ -6,34 +6,59 @@ - + + + {{#havesysconfig}} + + {{/havesysconfig}} {{#list}} + + {{/list}} {{#unassignedCount}} - + + + {{/unassignedCount}}
{{lang_locationName}}{{#havestatistics}}{{lang_machineCount}}{{/havestatistics}}{{lang_editConfigVariables}} + {{#havebaseconfig}}{{lang_sysConfig}}{{/havebaseconfig}} +
- {{locationname}} + {{locationname}}
{{#havestatistics}} {{clientCount}} {{/havestatistics}} + {{#havebaseconfig}} - {{lang_editConfigVariables}} +
+ +
+ {{#overriddenVars}} + {{lang_overrideCount}}: {{overriddenVars}} + {{/overriddenVars}} {{/havebaseconfig}}
+
+ +
+ + {{configName}} + + {{#havesysconfig}} + {{/havesysconfig}} +
{{lang_unassignedMachines}} - {{lang_unassignedMachines}}: {{unassignedCount}} + {{unassignedCount}} {{defaultConfig}}
-- cgit v1.2.3-55-g7522