From fe8aeef30773739fe7b17e3c152be5ce858ef9f6 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 27 Sep 2011 09:28:14 -0500 Subject: Added confirmation when adding multiple entries. The adder dialog has been modified to show a confirmation message after each successful addition. Ticket #1786 --- install/ui/host.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/host.js') diff --git a/install/ui/host.js b/install/ui/host.js index 007d2038..75800889 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -120,7 +120,7 @@ IPA.entity_factories.host = function () { standard_association_facets(). adder_dialog({ factory: IPA.host_adder_dialog, - height: 250, + height: 300, sections: [ { factory: IPA.host_fqdn_section, -- cgit