From 7c0c39581c567c2c5bd92f9396b6fd99a2b8a6f8 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 17 Jan 2012 15:50:49 -0600 Subject: Enabled paging on automount keys. The automount keys search facet has been modified to support paging. Since the automountkey-find command doesn't support --pkey-only option, the facet is configured such that during a refresh operation it will retrieve all entries (including the key and info attributes) and then display only the ones that are supposed to be visible in the current page. Ticket #2093 --- install/ui/ipa.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/ui/ipa.js') diff --git a/install/ui/ipa.js b/install/ui/ipa.js index 90d10291..04366a8c 100644 --- a/install/ui/ipa.js +++ b/install/ui/ipa.js @@ -351,6 +351,10 @@ IPA.command = function(spec) { return that.options[name]; }; + that.remove_option = function(name) { + delete that.options[name]; + }; + that.execute = function() { function dialog_open(xhr, text_status, error_thrown) { -- cgit