summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.js
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-01-17 15:50:49 -0600
committerPetr Voborník <pvoborni@redhat.com>2012-01-23 15:38:25 +0100
commit7c0c39581c567c2c5bd92f9396b6fd99a2b8a6f8 (patch)
tree6233a8cf7b0df9b21a67c23bb572d6c59fc81ba0 /install/ui/ipa.js
parentae2e49a22277a17269833ec13fa657fdc2547b36 (diff)
downloadfreeipa.git-7c0c39581c567c2c5bd92f9396b6fd99a2b8a6f8.tar.gz
freeipa.git-7c0c39581c567c2c5bd92f9396b6fd99a2b8a6f8.tar.xz
freeipa.git-7c0c39581c567c2c5bd92f9396b6fd99a2b8a6f8.zip
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
Diffstat (limited to 'install/ui/ipa.js')
-rw-r--r--install/ui/ipa.js4
1 files changed, 4 insertions, 0 deletions
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) {