mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-6666: UI > network > VPC > Router > Public IP Addresses > IP Address detailView > Configuration tab > Load Balancing > Select VM screen > implement keyword search.
This commit is contained in:
parent
6c722c9d21
commit
a771c7d496
@ -3347,18 +3347,18 @@
|
||||
dataProvider: function(args) {
|
||||
var itemData = $.isArray(args.context.multiRule) && args.context.subItemData ? args.context.subItemData : [];
|
||||
|
||||
var data = {};
|
||||
listViewDataProvider(args, data);
|
||||
|
||||
var networkid;
|
||||
if ('vpc' in args.context)
|
||||
if ('vpc' in args.context) {
|
||||
networkid = args.context.multiData.tier;
|
||||
else
|
||||
} else {
|
||||
networkid = args.context.ipAddresses[0].associatednetworkid;
|
||||
|
||||
var data = {
|
||||
page: args.page,
|
||||
pageSize: pageSize,
|
||||
networkid: networkid,
|
||||
listAll: true
|
||||
};
|
||||
}
|
||||
$.extend(data, {
|
||||
networkid: networkid
|
||||
});
|
||||
|
||||
if (!args.context.projects) {
|
||||
$.extend(data, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user