mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Implicit Dedication UI changes
This commit is contained in:
parent
965c7b9c35
commit
6cbd85f095
@ -164,7 +164,7 @@
|
||||
}
|
||||
},
|
||||
|
||||
plannerKey:{label:'Planner Key' , docID:'helpImplicitPlannerKey'},
|
||||
// plannerKey:{label:'Planner Key' , docID:'helpImplicitPlannerKey'},
|
||||
plannerMode:{
|
||||
label:'Planner Mode',
|
||||
select:function(args){
|
||||
@ -213,9 +213,9 @@
|
||||
|
||||
};
|
||||
var array1 =[];
|
||||
if(args.data.plannerMode != null && args.data.plannerKey !=""){
|
||||
array1.push("&serviceofferingdetails[0]." + args.data.plannerKey + "=" + args.data.plannerMode);
|
||||
}
|
||||
if(args.data.deploymentPlanner == "ImplicitDedicationPlanner" && args.data.plannerMode != ""){
|
||||
array1.push("&serviceofferingdetails[0].ImplicitDedicationMode" + "=" + args.data.plannerMode);
|
||||
}
|
||||
|
||||
if(args.data.networkRate != null && args.data.networkRate.length > 0) {
|
||||
$.extend(data, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user