Repository: cloudstack
Updated Branches:
  refs/heads/master 22b0e0a2f -> 3ccca7873


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/3ccca787
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3ccca787
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3ccca787

Branch: refs/heads/master
Commit: 3ccca78734117a0f885b9f018976e8fb128aefcc
Parents: 22b0e0a
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:22:57 2014 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3ccca787/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'];
         

Reply via email to