mirror of https://github.com/apache/cloudstack.git
CS-14338: cloudstack 3.0 UI - instance page - Destroy VM action - change after-action message.
This commit is contained in:
parent
4139df8d45
commit
46c9d3d776
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue