From 3e45ec44d22f03ca6642e08f695c6d7274cecfaf Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sat, 7 Dec 2019 13:52:54 +0100 Subject: [statistics/rebootcontrol] Add WOL button to statistics module * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end --- .../rebootcontrol/templates/status-reboot.html | 56 ++++++++++++---------- 1 file changed, 31 insertions(+), 25 deletions(-) (limited to 'modules-available/rebootcontrol/templates/status-reboot.html') diff --git a/modules-available/rebootcontrol/templates/status-reboot.html b/modules-available/rebootcontrol/templates/status-reboot.html index 4be95e81..240c4387 100644 --- a/modules-available/rebootcontrol/templates/status-reboot.html +++ b/modules-available/rebootcontrol/templates/status-reboot.html @@ -1,30 +1,35 @@ -

{{lang_location}}: {{locationName}}

+

{{action}}

+{{#locations}} +
{{name}}
+{{/locations}} +
-
- - - - - - - - +
{{lang_client}}{{lang_ip}} - {{lang_status}} -
+ + + + + + + - - {{#clients}} - - - - - - {{/clients}} - -
{{lang_client}}{{lang_ip}} + {{lang_status}} +
{{hostname}}{{^hostname}}{{machineuuid}}{{/hostname}}{{clientip}}
-
+ + {{#clients}} + + {{hostname}}{{^hostname}}{{machineuuid}}{{/hostname}} + {{clientip}} + + + + + + {{/clients}} + + -
+