Repository: cloudstack Updated Branches: refs/heads/4.5 793a007e1 -> bb01cb8d3
CLOUDSTACK-7779: UI > system action filter > extend scope from local to global. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bb01cb8d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bb01cb8d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bb01cb8d Branch: refs/heads/4.5 Commit: bb01cb8d3205fe139653e0981774b4bdea859b04 Parents: 793a007 Author: Jessica Wang <jessicaw...@apache.org> Authored: Thu Oct 23 16:13:54 2014 -0700 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Thu Oct 23 16:19:31 2014 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bb01cb8d/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 31e991d..63509fb 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'];