mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix sourceIP is not passed when create internal LB (#7512)
This PR fixes the issue that sourceIP is not passed when create internal LB on UI.
This commit is contained in:
parent
0e4a5a1fa4
commit
a582b2a5a1
@ -726,6 +726,7 @@ export default {
|
|||||||
|
|
||||||
api('createLoadBalancer', {
|
api('createLoadBalancer', {
|
||||||
name: values.name,
|
name: values.name,
|
||||||
|
sourceipaddress: values.sourceIP,
|
||||||
sourceport: values.sourcePort,
|
sourceport: values.sourcePort,
|
||||||
instanceport: values.instancePort,
|
instanceport: values.instancePort,
|
||||||
algorithm: values.algorithm,
|
algorithm: values.algorithm,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user