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:
parent
eca20777ce
commit
0458d75f93
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user