summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/templates
diff options
context:
space:
mode:
authorSimon Rettberg2019-12-13 15:34:11 +0100
committerSimon Rettberg2019-12-13 15:34:11 +0100
commitf3fd8875531430caad3bc90a95254611ca7a2cae (patch)
tree2b811e4fc9a62364bd05ddad6875f468aa0214ca /modules-available/rebootcontrol/templates
parent[statistics] Add NVMe support (diff)
downloadslx-admin-f3fd8875531430caad3bc90a95254611ca7a2cae.tar.gz
slx-admin-f3fd8875531430caad3bc90a95254611ca7a2cae.tar.xz
slx-admin-f3fd8875531430caad3bc90a95254611ca7a2cae.zip
[rebootcontrol] Longer cooldown for client status updates
Diffstat (limited to 'modules-available/rebootcontrol/templates')
-rw-r--r--modules-available/rebootcontrol/templates/status-reboot.html2
-rw-r--r--modules-available/rebootcontrol/templates/status-wol.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/rebootcontrol/templates/status-reboot.html b/modules-available/rebootcontrol/templates/status-reboot.html
index 240c4387..7b46cab4 100644
--- a/modules-available/rebootcontrol/templates/status-reboot.html
+++ b/modules-available/rebootcontrol/templates/status-reboot.html
@@ -46,7 +46,7 @@
function updateStatus(task) {
if (!task || !task.data || !task.data.clientStatus)
return;
- stillActive = true;
+ stillActive = 25;
var clientStatus = task.data.clientStatus;
for (var uuid in clientStatus) {
if (!clientStatus.hasOwnProperty(uuid))
diff --git a/modules-available/rebootcontrol/templates/status-wol.html b/modules-available/rebootcontrol/templates/status-wol.html
index 3e83126c..0e91e8d8 100644
--- a/modules-available/rebootcontrol/templates/status-wol.html
+++ b/modules-available/rebootcontrol/templates/status-wol.html
@@ -47,6 +47,6 @@
<script><!--
function wolCallback(task) {
- stillActive = true;
+ stillActive = 25;
}
//--></script> \ No newline at end of file