mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-2569: UI > Infrastructure menu - zone detail - Cisco VNMC - apply action filter.
This commit is contained in:
parent
f06ad9bcae
commit
3bdaf55eb2
@ -563,7 +563,8 @@
|
||||
var items = json.listnetworkserviceprovidersresponse.networkserviceprovider;
|
||||
if (items != null && items.length > 0) {
|
||||
args.response.success({
|
||||
data: items[0]
|
||||
data: items[0],
|
||||
actionFilter: vnmcActionFilter
|
||||
});
|
||||
} else {
|
||||
args.response.success({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user