mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7779: UI > system action filter > extend scope from local to global.
This commit is contained in:
parent
793a007e12
commit
bb01cb8d32
|
|
@ -20382,7 +20382,7 @@
|
|||
};
|
||||
|
||||
//action filters (begin)
|
||||
var zoneActionfilter = function (args) {
|
||||
var zoneActionfilter = cloudStack.actionFilter.zoneActionfilter = function (args) {
|
||||
var jsonObj = args.context.item;
|
||||
var allowedActions =[ 'enableSwift'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue