From d4a20cbe01c3d5a9afd1902b880e46c3fc442b1d Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Thu, 29 Apr 2021 14:33:22 +0000 Subject: #1043 Add WOL_SENT state support Adds ogServer wol state, used to report WoL packet sending. This state can timeout (returning to off) or change to a new state after clients report a new one. --- admin/WebConsole/principal/aula.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/WebConsole/principal/aula.php') diff --git a/admin/WebConsole/principal/aula.php b/admin/WebConsole/principal/aula.php index 447a5727..efc09178 100644 --- a/admin/WebConsole/principal/aula.php +++ b/admin/WebConsole/principal/aula.php @@ -363,7 +363,7 @@ function pintaordenadores(){ } echo ' '; echo ' '; - foreach (Array ("OFF", "MNT") as $status) { + foreach (Array ("OFF", "MNT", "WOL_SENT") as $status) { echo ' '.$status.'
'.str_replace(" ", "
", $TbMsg["STATUS_$status"]).'
'; } echo ' '; -- cgit v1.2.3-18-g5258