summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-05-23 14:25:50 +0200
committerRamón M. Gómez <ramongomez@us.es>2019-05-23 14:25:50 +0200
commitf573d46cf13a0723082b2ec9e8af29ca70bc9b46 (patch)
tree4b5a3b06a1bf6711992cf541e527aa5579a77100
parent737ef8e239b1a846c2c5ecb724825481ac1add47 (diff)
#761: Updating some web parameters.
-rw-r--r--admin/WebConsole3/backend/app/doc/engine.json6
-rw-r--r--admin/WebConsole3/frontend/src/environments/environment.ts4
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'
},