diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2021-04-29 14:33:22 +0000 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-04-29 16:47:25 +0200 |
commit | d4a20cbe01c3d5a9afd1902b880e46c3fc442b1d (patch) | |
tree | ede753e66df88bd1c729332fc634c5906efb949a /admin/WebConsole/jscripts/aula.js | |
parent | ed89e603e0b4c9d1bff617df9c127031001ed008 (diff) |
#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.
Diffstat (limited to 'admin/WebConsole/jscripts/aula.js')
-rw-r--r-- | admin/WebConsole/jscripts/aula.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/WebConsole/jscripts/aula.js b/admin/WebConsole/jscripts/aula.js index ce87b6e2..fa119ecb 100644 --- a/admin/WebConsole/jscripts/aula.js +++ b/admin/WebConsole/jscripts/aula.js @@ -138,6 +138,9 @@ function soIMG(so) case 'VDI': MimgOrdenador="ordenador_VDI.png"; // Virtual break; + case 'WOL_SENT': + MimgOrdenador="ordenador_WOL_SENT.png"; // Wol enviado + break; default: MimgOrdenador="ordenador_OFF.png"; // Apagado break; |