From f573d46cf13a0723082b2ec9e8af29ca70bc9b46 Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Thu, 23 May 2019 14:25:50 +0200 Subject: #761: Updating some web parameters. --- admin/WebConsole3/backend/app/doc/engine.json | 6 +++++- 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 @@ -522,6 +522,10 @@ "id": "initializing", "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' }, -- cgit v1.2.3-18-g5258