From cefe07c3371ba3f87142e4bd3826c1b81fcf0591 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 6 Mar 2012 14:08:26 -0800 Subject: [PATCH] bug 14124: Fix remove host confirm dialog --- ui/scripts/system.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index a3269b400ea..995a7676240 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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',