1
0
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:
Hector Sanjuan 2011-09-09 22:26:36 +02:00
parent b912b71da8
commit 09c0960d23

View File

@ -92,7 +92,7 @@ var vdc_actions = {
type: "custom",
call: function() {
waitingNodes(dataTable_vdcs);
Sunstone.runAction("Zone.list");
Sunstone.runAction("VDC.list");
},
error: onError
},