mirror of https://github.com/apache/cloudstack.git
Bug 7207: Add Zone Pod Wizard - Step2: shouldn't show "vlan range" fields when create zone with Basic network type
This commit is contained in:
parent
43d5219258
commit
37612196b8
|
|
@ -123,7 +123,7 @@
|
|||
<div class="zonepopup_selectionpanel">
|
||||
|
||||
<div class="zonepopup_selectionbox">
|
||||
<input type="radio" name="basic_advanced" value="Basic" id="Basic" class="radio" checked />
|
||||
<input type="radio" name="basic_advanced" value="Basic" id="Basic" class="radio" />
|
||||
<label class="label">
|
||||
Basic Mode</label>
|
||||
<div class="zonepopup_selectiondescriptionbox">
|
||||
|
|
|
|||
|
|
@ -687,10 +687,11 @@ function initAddZoneWizard() {
|
|||
$thisWizard.find("#after_submit_screen").show();
|
||||
addZoneWizardSubmit($thisWizard);
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
$addZoneWizard.find("#step1").find("#Basic").click();
|
||||
}
|
||||
|
||||
function addZoneWizardValidateZond($thisWizard) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue