[
https://issues.apache.org/jira/browse/CLOUDSTACK-8746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976174#comment-14976174
]
ASF GitHub Bot commented on CLOUDSTACK-8746:
--------------------------------------------
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
> VM Snapshotting implementation for KVM
> --------------------------------------
>
> Key: CLOUDSTACK-8746
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8746
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Wei Zhou
> Assignee: Wei Zhou
>
> Currently it is not supported.
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/VM+Snapshots
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)