CS-14338: cloudstack 3.0 UI - instance page - Destroy VM action - change after-action message.

This commit is contained in:
Jessica Wang 2012-04-25 14:04:08 -07:00
parent 12255db122
commit 17c150a4f1
1 changed files with 2 additions and 5 deletions

View File

@ -683,12 +683,9 @@
messages: {
confirm: function(args) {
return 'message.action.destroy.instance';
},
success: function(args) {
return args.name + ' is being destroyed.';
},
},
notification: function(args) {
return 'Destroying VM: ' + args.name;
return 'label.action.destroy.instance';
}
},
action: function(args) {