Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/680#discussion_r36865186 --- Diff: ui/scripts/instances.js --- @@ -2425,11 +2425,15 @@ var allowedActions = []; if (jsonObj.state == 'Destroyed') { - if (isAdmin() || isDomainAdmin()) { + // Display expunge and recover action when authenticated user + // is allowed to expunge or recover VMs. Related to CLOUDSTACK-8580. --- End diff -- see comment at line 624
--- 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. ---