Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1818#discussion_r91448021 --- Diff: ui/scripts/templates.js --- @@ -1447,7 +1447,11 @@ label: 'label.action.delete.template', messages: { confirm: function(args) { - return 'message.action.delete.template'; + if(args.context.templates[0].crossZones == true) { + return 'This is a cross zone template and will be deleted from all the zones. Are you sure you want to proceed?'; --- End diff -- @karuturi can you add this to a new dictionary, in messages.properties etc so this can be translated in other languages?
--- 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. ---