mirror of https://github.com/apache/cloudstack.git
CS-16048 Failled to assign VLAN to storage network in zoneWizard
This commit is contained in:
parent
b42a813ff1
commit
eb4e09ec58
|
|
@ -2479,7 +2479,8 @@
|
|||
|
||||
$(storageIPRanges).each(function() {
|
||||
var item = this;
|
||||
|
||||
if('vlan' in item && (item.vlan == null || item.vlan.length == 0))
|
||||
delete item.vlan;
|
||||
$.ajax({
|
||||
url: createURL('createStorageNetworkIpRange'),
|
||||
data: $.extend(true, {}, item, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue