Skip to content

Commit a582b2a

Browse files
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.
1 parent 0e4a5a1 commit a582b2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/src/views/network/VpcTiersTab.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ export default {
726726
727727
api('createLoadBalancer', {
728728
name: values.name,
729+
sourceipaddress: values.sourceIP,
729730
sourceport: values.sourcePort,
730731
instanceport: values.instancePort,
731732
algorithm: values.algorithm,

0 commit comments

Comments
 (0)