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/aci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/aci.js') diff --git a/install/ui/aci.js b/install/ui/aci.js index caed44ba..8dcb540b 100644 --- a/install/ui/aci.js +++ b/install/ui/aci.js @@ -63,7 +63,7 @@ IPA.entity_factories.permission = function() { facet_group: 'privilege' }). adder_dialog({ - height: 400, + height: 450, sections: [ { name: 'general', -- cgit