1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #~: Minor subscribe websocket hooks (#2101)

This commit is contained in:
Jorge Miguel Lobo Escalona 2022-05-30 12:20:03 +02:00 committed by GitHub
parent eca20777ce
commit 0458d75f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,9 +358,9 @@ const setZones = () => {
if (global && !global.zones) {
const oneConnect = connectOpennebula()
oneConnect({
action: ActionZones.ZONEPOOL_INFO,
action: ActionZones.ZONE_POOL_INFO,
parameters: getDefaultParamsOfOpennebulaCommand(
ActionZones.ZONEPOOL_INFO,
ActionZones.ZONE_POOL_INFO,
GET
),
callback: (err, value) => {