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:
parent
f22ca784b3
commit
c70959f3d8
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user