mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7910: UI > Instance Wizard > declare serviceOfferingObjs before using it.
This commit is contained in:
parent
9717bbdc51
commit
e92f429463
|
|
@ -16,7 +16,7 @@
|
|||
// under the License.
|
||||
|
||||
(function($, cloudStack) {
|
||||
var zoneObjs, hypervisorObjs, featuredTemplateObjs, communityTemplateObjs, myTemplateObjs, featuredIsoObjs, community, networkObjs;
|
||||
var zoneObjs, hypervisorObjs, featuredTemplateObjs, communityTemplateObjs, myTemplateObjs, featuredIsoObjs, serviceOfferingObjs, community, networkObjs;
|
||||
var selectedZoneObj, selectedTemplateObj, selectedHypervisor, selectedDiskOfferingObj;
|
||||
var selectedTemplateOrIso; //'select-template', 'select-iso'
|
||||
var step6ContainerType = 'nothing-to-select'; //'nothing-to-select', 'select-network', 'select-security-group', 'select-advanced-sg'(advanced sg-enabled zone)
|
||||
|
|
|
|||
Loading…
Reference in New Issue