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-wol.html | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 modules-available/rebootcontrol/templates/status-wol.html (limited to 'modules-available/rebootcontrol/templates/status-wol.html') diff --git a/modules-available/rebootcontrol/templates/status-wol.html b/modules-available/rebootcontrol/templates/status-wol.html new file mode 100644 index 00000000..da19b57d --- /dev/null +++ b/modules-available/rebootcontrol/templates/status-wol.html @@ -0,0 +1,52 @@ +{{#locations}} +
{{name}}
+{{/locations}} +
+ +{{#tasks}} +
{{lang_aWolJob}}
+{{/tasks}} +{{^tasks}} +
+ + {{lang_noTasksForJob}} +
+{{/tasks}} + +
{{log}}
+ + + + + + + + + + + + {{#clients}} + + + + {{#machineuuid}} + + {{/machineuuid}} + {{^machineuuid}} + + {{/machineuuid}} + + {{/clients}} + +
{{lang_client}}{{lang_ip}} + {{lang_status}} +
{{hostname}}{{^hostname}}{{machineuuid}}{{^machineuuid}}{{clientip}}{{/machineuuid}}{{/hostname}}{{clientip}} + + +
+ + \ No newline at end of file -- cgit v1.2.3-55-g7522