Repository: cloudstack Updated Branches: refs/heads/master 5daa179a5 -> 22b0e0a2f
CLOUDSTACK-7779: UI > affinity group 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/22b0e0a2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/22b0e0a2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/22b0e0a2 Branch: refs/heads/master Commit: 22b0e0a2fd2838117008e79b9109c3abfb316f81 Parents: 5daa179 Author: Jessica Wang <jessicaw...@apache.org> Authored: Thu Oct 23 15:46:25 2014 -0700 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Thu Oct 23 16:22:30 2014 -0700 ---------------------------------------------------------------------- ui/scripts/affinity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/22b0e0a2/ui/scripts/affinity.js ---------------------------------------------------------------------- diff --git a/ui/scripts/affinity.js b/ui/scripts/affinity.js index 3f354cd..4f579e1 100644 --- a/ui/scripts/affinity.js +++ b/ui/scripts/affinity.js @@ -207,7 +207,7 @@ } }; - var affinitygroupActionfilter = function(args) { + var affinitygroupActionfilter = cloudStack.actionFilter.affinitygroupActionfilter = function(args) { var jsonObj = args.context.item; var allowedActions = []; if (jsonObj.type != 'ExplicitDedication' || isAdmin()) {