summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/templates
diff options
context:
space:
mode:
authorSimon Rettberg2022-01-27 18:56:52 +0100
committerSimon Rettberg2022-03-09 15:06:54 +0100
commite4a0ab0e49dd3ea091e408bec8efcb53af8911d5 (patch)
tree691d688f366969fe3df30e2f9ac5658e0e78eb7c /modules-available/rebootcontrol/templates
parent[statistics] Add comments to the HardwareParser class (diff)
downloadslx-admin-e4a0ab0e49dd3ea091e408bec8efcb53af8911d5.tar.gz
slx-admin-e4a0ab0e49dd3ea091e408bec8efcb53af8911d5.tar.xz
slx-admin-e4a0ab0e49dd3ea091e408bec8efcb53af8911d5.zip
[rebootcontrol] Adapt do new WakeOnLan task
Diffstat (limited to 'modules-available/rebootcontrol/templates')
-rw-r--r--modules-available/rebootcontrol/templates/status-wol.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/rebootcontrol/templates/status-wol.html b/modules-available/rebootcontrol/templates/status-wol.html
index 5a53a6f8..38e581fe 100644
--- a/modules-available/rebootcontrol/templates/status-wol.html
+++ b/modules-available/rebootcontrol/templates/status-wol.html
@@ -4,7 +4,7 @@
<div class="clearfix slx-space"></div>
{{#tasks}}
-<div data-tm-id="{{.}}" data-tm-callback="wolCallback" data-tm-log="messages" data-tm-log-fail-only="true">{{lang_aWolJob}}</div>
+<div data-tm-id="{{.}}" data-tm-callback="wolCallback" data-tm-log="messages">{{lang_aWolJob}}</div>
{{/tasks}}
{{^tasks}}
<div class="alert alert-warning">
@@ -71,4 +71,4 @@ function wolCallback(task) {
$do.text(txt);
}
}
-//--></script> \ No newline at end of file
+//--></script>