bug 14124: Fix remove host confirm dialog

This commit is contained in:
Brian Federle 2012-03-06 14:08:26 -08:00
parent 39b74a6df2
commit cefe07c337
1 changed files with 1 additions and 3 deletions

View File

@ -5559,9 +5559,6 @@
'delete': {
label: 'label.action.remove.host' ,
messages: {
confirm: function(args) {
return 'message.action.remove.host';
},
notification: function(args) {
return 'label.action.remove.host';
}
@ -5573,6 +5570,7 @@
},
createForm: {
title: 'label.action.remove.host',
desc: 'message.action.remove.host',
fields: {
isForced: {
label: 'force.remove',