Github user bhaisaab commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/977#discussion_r43104186
  
    --- Diff: ui/scripts/cloudStack.js ---
    @@ -22,13 +22,13 @@
                 var sections = [];
     
                 if (isAdmin()) {
    -                sections = ["dashboard", "instances", "storage", 
"network", "templates", "accounts", "domains", "events", "system", 
"global-settings", "configuration", "projects", "regions", "affinityGroups"];
    +                sections = ["dashboard", "instances", "storage", 
"network", "templates", "accounts", "domains", "events", "system", 
"global-settings", "configuration", "projects", "regions", "affinityGroups", 
"vmsnapshots"];
                 } else if (isDomainAdmin()) {
    -                sections = ["dashboard", "instances", "storage", 
"network", "templates", "accounts", "domains", "events", "projects", 
"configuration", "regions", "affinityGroups"];
    +                sections = ["dashboard", "instances", "storage", 
"network", "templates", "accounts", "domains", "events", "projects", 
"configuration", "regions", "affinityGroups", "vmsnapshots"];
                 } else if (g_userProjectsEnabled) {
    -                sections = ["dashboard", "instances", "storage", 
"network", "templates", "accounts", "events", "projects", "regions", 
"affinityGroups"];
    +                sections = ["dashboard", "instances", "storage", 
"network", "templates", "accounts", "events", "projects", "regions", 
"affinityGroups", "vmsnapshots"];
                 } else { //normal user
    -                sections = ["dashboard", "instances", "storage", 
"network", "templates", "accounts", "events", "regions", "affinityGroups"];
    +                sections = ["dashboard", "instances", "storage", 
"network", "templates", "accounts", "events", "regions", "affinityGroups", 
"vmsnapshots"];
    --- End diff --
    
    Add a new section in the storage -> drop down (just like we've volumes and 
disk snapshots?) to keep consistency; or break apart Storage tab into two tabs: 
volumes and disk snapshots


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to