Skip to content

Commit c2c99dc

Browse files
author
Jessica Wang
committed
CLOUDSTACK-6483: UI > Load Balancing > "VM+IP" listing > After removing a "VM+IP" under a LB rule, AddVMs dialog should reflect the change (i.e. show the removed IP in IP dropdown in AddVMs dialog)
1 parent 4d84970 commit c2c99dc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ui/scripts/network.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3337,8 +3337,7 @@
33373337
},
33383338

33393339
dataProvider: function(args) {
3340-
var itemData = $.isArray(args.context.multiRule) && args.context.multiRule[0]['_itemData'] ?
3341-
args.context.multiRule[0]['_itemData'] : [];
3340+
var itemData = $.isArray(args.context.multiRule) && args.context.subItemData ? args.context.subItemData : [];
33423341

33433342
var networkid;
33443343
if ('vpc' in args.context)

0 commit comments

Comments
 (0)