Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/664#discussion_r36514301 --- Diff: ui/scripts/templates.js --- @@ -2689,14 +2689,14 @@ //do nothing } else { allowedActions.push("edit"); - + allowedActions.push("copyTemplate"); /* if(g_regionsecondaryenabled != true) { allowedActions.push("copyTemplate"); } */ - + //allowedActions.push("createVm"); // For Beta2, this simply doesn't work without a network. --- End diff -- another bit to remove (the 7 lines above)
--- 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. ---