mirror of https://github.com/apache/cloudstack.git
Don't support secondary IPs on LB VM selection (not supported)
This commit is contained in:
parent
1c80313702
commit
3cea7959f5
|
|
@ -2420,7 +2420,6 @@
|
|||
}
|
||||
},
|
||||
filters: false,
|
||||
subselect: instanceSecondaryIPSubselect,
|
||||
dataProvider: function(args) {
|
||||
var itemData = $.isArray(args.context.multiRule) && args.context.multiRule[0]['_itemData'] ?
|
||||
args.context.multiRule[0]['_itemData'] : [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue