summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2022-01-31 16:46:58 +0100
committerSimon Rettberg2022-01-31 16:46:58 +0100
commit1c066bc327e25dbd9caa9e515ee9277e8285e246 (patch)
tree3216c1a87f20a8707668f0be25825d2fc7906478
parent[rebootcontrol] IP is supposed to be broadcast address in this context (diff)
downloadslx-admin-1c066bc327e25dbd9caa9e515ee9277e8285e246.tar.gz
slx-admin-1c066bc327e25dbd9caa9e515ee9277e8285e246.tar.xz
slx-admin-1c066bc327e25dbd9caa9e515ee9277e8285e246.zip
[rebootcontrol] Always log WOL messages to browser
-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>