mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
committed by
Petr Voborník
parent
ae2e49a222
commit
7c0c39581c
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user