From 69504022a57b08774e212d741290d2b587d0230d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 25 May 2016 18:11:58 +0200 Subject: [locations] Add machine count to each location --- .../locations/templates/locations.html | 40 ++++++++++++++++++---- 1 file changed, 34 insertions(+), 6 deletions(-) (limited to 'modules-available/locations/templates/locations.html') diff --git a/modules-available/locations/templates/locations.html b/modules-available/locations/templates/locations.html index 76c8f97c..e8b5d707 100644 --- a/modules-available/locations/templates/locations.html +++ b/modules-available/locations/templates/locations.html @@ -5,19 +5,37 @@

{{lang_locationsMainHeading}}

- {{#list}} - - - + {{/list}} + {{#unassignedCount}} + + + + + {{/unassignedCount}}
# {{lang_locationName}}
{{locationid}}
{{locationname}}
- {{lang_edit}} + +
+ {{locationname}} +
+ {{#havestatistics}} + {{clientCount}} + + {{/havestatistics}} + {{#havebaseconfig}} + {{lang_editConfigVariables}} + {{/havebaseconfig}}
+ {{lang_unassignedMachines}}: {{unassignedCount}} + + + +
@@ -37,6 +55,16 @@
+{{#overlapSelf}} +
+ {{lang_locationSelfOverlap}}: {{locationname}} +
+{{/overlapSelf}} +{{#overlapOther}} +
+ {{lang_locationOtherOverlap}}: {{name1}}{{name2}} +
+{{/overlapOther}}