mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Enable static NAT dialog search: Use 'keyword' instead of 'name'
This commit is contained in:
parent
c4b3e4c0cc
commit
ce0dc3b306
@ -2396,7 +2396,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (args.filterBy.search.value) {
|
if (args.filterBy.search.value) {
|
||||||
data.name = args.filterBy.search.value;
|
data.keyword = args.filterBy.search.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
var $tierSelect = $(".ui-dialog-content").find('.tier-select select');
|
var $tierSelect = $(".ui-dialog-content").find('.tier-select select');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user