Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/664#discussion_r36516165 --- Diff: ui/scripts/templates.js --- @@ -2746,7 +2722,7 @@ if (((isAdmin() == false && !(jsonObj.domainid == g_domainid && jsonObj.account == g_account)) //if neither root-admin, nor item owner || jsonObj.isready == false) || (jsonObj.bootable == false) - || (jsonObj.domainid == 1 && jsonObj.account == "system") + || (jsonObj.domainid == 1 && jsonObj.account == "system") --- End diff -- please remove this block of commented code
--- 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. ---