diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-05-23 14:25:50 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-05-23 14:25:50 +0200 |
commit | f573d46cf13a0723082b2ec9e8af29ca70bc9b46 (patch) | |
tree | 4b5a3b06a1bf6711992cf541e527aa5579a77100 | |
parent | 737ef8e239b1a846c2c5ecb724825481ac1add47 (diff) |
#761: Updating some web parameters.
-rw-r--r-- | admin/WebConsole3/backend/app/doc/engine.json | 6 | ||||
-rw-r--r-- | admin/WebConsole3/frontend/src/environments/environment.ts | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/admin/WebConsole3/backend/app/doc/engine.json b/admin/WebConsole3/backend/app/doc/engine.json index dee603c5..2820f22b 100644 --- a/admin/WebConsole3/backend/app/doc/engine.json +++ b/admin/WebConsole3/backend/app/doc/engine.json @@ -523,6 +523,10 @@ "name": "initializing" }, { + "id": "oglive", + "name": "oglive" + }, + { "id": "busy", "name": "busy" }, @@ -547,4 +551,4 @@ "name": "windows_session" } ] -}
\ No newline at end of file +} diff --git a/admin/WebConsole3/frontend/src/environments/environment.ts b/admin/WebConsole3/frontend/src/environments/environment.ts index ef17e26d..3ba05adc 100644 --- a/admin/WebConsole3/frontend/src/environments/environment.ts +++ b/admin/WebConsole3/frontend/src/environments/environment.ts @@ -108,8 +108,8 @@ export const environment = { 'HISTORY_LOG': '/cgi-bin/httpd-history-log.sh', 'REALTIME_LOG': '/cgi-bin/httpd-log.sh', 'SOFTWARE_INVENTORY': '/opt/opengnsys/interfaceAdm/InventarioSoftware', - 'REBOOT': 'reboot 1 &', - 'POWER_OFF': 'poweroff &', + 'REBOOT': 'reboot 1', + 'POWER_OFF': 'poweroff', 'HARDWARE_INVENTORY': '/opt/opengnsys/interfaceAdm/InventarioHardware', 'REFRESH_INFO': 'sendConfigToServer' }, |