diff options
author | jm.bardallo <juanmanuel.bardallo@sic.uhu.es> | 2019-05-27 14:00:04 +0200 |
---|---|---|
committer | jm.bardallo <juanmanuel.bardallo@sic.uhu.es> | 2019-05-27 14:00:04 +0200 |
commit | 09120935ac33f613c2f733d41af8213048e3bd27 (patch) | |
tree | 05a8f52d711ac25a2ba9760926e1f02ecf69e84f /admin/WebConsole3/frontend/src/environments/environment.ts | |
parent | 588700ab60d54da52d51a0a415b9725128635622 (diff) | |
parent | ae36b2ec3cb1fa2a2915b17255a5412f1e5ddf90 (diff) |
Merge remote-tracking branch 'origin/webconsole3' into webconsole3
Diffstat (limited to 'admin/WebConsole3/frontend/src/environments/environment.ts')
-rw-r--r-- | admin/WebConsole3/frontend/src/environments/environment.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole3/frontend/src/environments/environment.ts b/admin/WebConsole3/frontend/src/environments/environment.ts index 0d6603a4..bbcd42db 100644 --- a/admin/WebConsole3/frontend/src/environments/environment.ts +++ b/admin/WebConsole3/frontend/src/environments/environment.ts @@ -107,10 +107,10 @@ export const environment = { 'CREATE_IMAGE': '/opt/opengnsys/interfaceAdm/CrearImagen', 'HISTORY_LOG': '/cgi-bin/httpd-history-log.sh', 'REALTIME_LOG': '/cgi-bin/httpd-log.sh', - 'SOFTWARE_INVENTORY': '/opt/opengnsys/interfaceAdm/InventarioSoftware', + 'SOFTWARE_INVENTORY': '/opt/opengnsys/interfaceAdm/InventarioSoftware3', 'REBOOT': 'reboot 1', 'POWER_OFF': 'poweroff', - 'HARDWARE_INVENTORY': '/opt/opengnsys/interfaceAdm/InventarioHardware', + 'HARDWARE_INVENTORY': '/opt/opengnsys/interfaceAdm/InventarioHardware3', 'REFRESH_INFO': 'sendConfigToServer' }, themes: ['black', 'black-light', 'blue-light', 'blue', 'green', 'green-light', 'purple', 'purple-light', 'red', 'red-light', 'yellow', 'yellow-light', 'uhu', 'uhu-light'] |