CLOUDSTACK-7779: UI > system action filter > extend scope from local to global.

This commit is contained in:
Jessica Wang 2014-10-23 16:13:54 -07:00
parent 22b0e0a2fd
commit 3ccca78734

View File

@ -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'];