From bb01cb8d3205fe139653e0981774b4bdea859b04 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 23 Oct 2014 16:13:54 -0700 Subject: [PATCH] CLOUDSTACK-7779: UI > system action filter > extend scope from local to global. --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 31e991d9d6a..63509fb9495 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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'];