mirror of https://github.com/apache/cloudstack.git
bad merge. Not sure how the variable was not declared.
This commit is contained in:
parent
7e7a5f3e45
commit
b548c3e825
|
|
@ -850,6 +850,7 @@ function initVMWizard() {
|
|||
// Setup Virtual Networks
|
||||
var requiredVirtual = false;
|
||||
var defaultNetworkAdded = false;
|
||||
var availableSecondary = false;
|
||||
if (virtualNetwork == null) {
|
||||
$.ajax({
|
||||
data: createURL("command=listNetworkOfferings&traffictype=Guest"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue