mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue