mirror of https://github.com/apache/cloudstack.git
Fix specify VLan checkbox value
This commit is contained in:
parent
c4e96d9857
commit
a98ffa366b
|
|
@ -887,6 +887,12 @@
|
|||
return key;
|
||||
}).join(',');
|
||||
|
||||
if (inputData['specifyVlan'] == 'on') {
|
||||
inputData['specifyVlan'] = true;
|
||||
} else {
|
||||
inputData['specifyVlan'] = false;
|
||||
}
|
||||
|
||||
// Make service provider map
|
||||
var serviceProviderIndex = 0;
|
||||
$.each(services, function(key, value) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue