mirror of https://github.com/apache/cloudstack.git
cloudStack 3.0 new UI - NaaS - parameter name in addNetscalerLoadBalancer, addF5LoadBalancer API has been changed. Here is related UI change.
This commit is contained in:
parent
cfcda326e5
commit
8e8ebec325
|
|
@ -6391,7 +6391,7 @@ fields: {
|
|||
else {
|
||||
url.push("&");
|
||||
}
|
||||
url.push("capacity=" + capacity);
|
||||
url.push("lbdevicecapacity=" + capacity);
|
||||
}
|
||||
|
||||
var dedicated = (args.data.dedicated == "on");
|
||||
|
|
@ -6403,7 +6403,7 @@ fields: {
|
|||
else {
|
||||
url.push("&");
|
||||
}
|
||||
url.push("dedicated=" + dedicated.toString());
|
||||
url.push("Lbdevicededicated=" + dedicated.toString());
|
||||
}
|
||||
|
||||
array1.push("&url=" + todb(url.join("")));
|
||||
|
|
|
|||
Loading…
Reference in New Issue