You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by karuturi <gi...@git.apache.org> on 2017/02/13 11:14:24 UTC

[GitHub] cloudstack pull request #1818: CLOUDSTACK-9655 The template which is registe...

Github user karuturi commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1818#discussion_r100771599
  
    --- 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 --
    
    used an existing message from properties


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---