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:11:10 -07:00
parent 4139df8d45
commit 46c9d3d776
1 changed files with 2 additions and 5 deletions

View File

@ -666,12 +666,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) {