You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/10/15 22:29:47 UTC

[7/50] [abbrv] git commit: cloudstack UI - left navigation - group menus for the same role.

cloudstack UI - left navigation - group menus for the same role.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/72dd9e28
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/72dd9e28
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/72dd9e28

Branch: refs/heads/junit-tests
Commit: 72dd9e28fa84b10fb41fbaa0dbe6a065cec030fb
Parents: 2855a3d
Author: Jessica Wang <je...@citrix.com>
Authored: Fri Oct 12 14:01:33 2012 -0700
Committer: Chip Childers <ch...@gmail.com>
Committed: Mon Oct 15 16:19:21 2012 -0400

----------------------------------------------------------------------
 ui/scripts/cloudStack.js |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/72dd9e28/ui/scripts/cloudStack.js
----------------------------------------------------------------------
diff --git a/ui/scripts/cloudStack.js b/ui/scripts/cloudStack.js
index 1d2dbe8..de3bd73 100644
--- a/ui/scripts/cloudStack.js
+++ b/ui/scripts/cloudStack.js
@@ -36,19 +36,20 @@
       /**
        * Dashboard
        */
-      dashboard: {},
-      //'dashboard-user': {},
+      dashboard: {},      
       instances: {},
       storage: {},
       network: {},
       templates: {},
       events: {},
+			projects: {},
       accounts: {},
-      domains: {},
-      system: {},
-      projects: {},
-      'global-settings': {},
-      configuration: {}
+			
+      domains: {}, //domain-admin and root-admin only
+			
+      system: {},  //root-admin only     
+      'global-settings': {}, //root-admin only     
+      configuration: {} //root-admin only    
     }
   });