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

bug #3918: Initialize vdc zone selector even if no action is defined

This commit is contained in:
Daniel Molina 2015-08-21 10:35:43 +02:00
parent f22ca784b3
commit c70959f3d8

View File

@ -109,7 +109,7 @@ define(function(require) {
// resourcesTab.addResourcesZone have finished.
// It's better to duplicate this code in _fill and make sure the
// resourcesTab.fill is executed in the callback
if (this.action == "create") {
if (this.action != "update") {
var zone_ids = [];
OpenNebulaZone.list({