diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-09-27 09:28:14 -0500 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-10-05 14:51:50 +0200 |
commit | fe8aeef30773739fe7b17e3c152be5ce858ef9f6 (patch) | |
tree | c56212d6214a62f3fb81114e0bb77fac4b10d552 /install/ui/policy.js | |
parent | f93d71409aa78c4e5c860405cdcc3bc6ffc49280 (diff) | |
download | freeipa-fe8aeef30773739fe7b17e3c152be5ce858ef9f6.tar.gz freeipa-fe8aeef30773739fe7b17e3c152be5ce858ef9f6.tar.xz freeipa-fe8aeef30773739fe7b17e3c152be5ce858ef9f6.zip |
Added confirmation when adding multiple entries.
The adder dialog has been modified to show a confirmation message
after each successful addition.
Ticket #1786
Diffstat (limited to 'install/ui/policy.js')
-rw-r--r-- | install/ui/policy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/policy.js b/install/ui/policy.js index ac9eb20f7..ecda339bb 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -52,7 +52,7 @@ IPA.entity_factories.pwpolicy = function() { other_field: 'cn' }, 'cospriority'], - height: 250 + height: 300 }). build(); }; |