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 793a007e12
commit bb01cb8d32
1 changed files with 1 additions and 1 deletions

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