mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Fix vdc refresh button
The refresh action in the VDC pluging requested the list of Zones instead of the list of VDCs.
This commit is contained in:
parent
b912b71da8
commit
09c0960d23
@ -92,7 +92,7 @@ var vdc_actions = {
|
||||
type: "custom",
|
||||
call: function() {
|
||||
waitingNodes(dataTable_vdcs);
|
||||
Sunstone.runAction("Zone.list");
|
||||
Sunstone.runAction("VDC.list");
|
||||
},
|
||||
error: onError
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user