diff options
author | Pavel Vomacka <pvomacka@redhat.com> | 2016-08-11 15:58:23 +0200 |
---|---|---|
committer | Martin Babinsky <mbabinsk@redhat.com> | 2017-03-08 14:54:56 +0100 |
commit | e1dfc51e48050ac1ad431d56003dc26e17ca653e (patch) | |
tree | 622372a90f2d158acb3fab707fdfaaeb7bb1d96c /ipaserver/plugins/internal.py | |
parent | f78cc8932626de667c6e3a4461141a10a5d9c2e6 (diff) | |
download | freeipa-e1dfc51e48050ac1ad431d56003dc26e17ca653e.tar.gz freeipa-e1dfc51e48050ac1ad431d56003dc26e17ca653e.tar.xz freeipa-e1dfc51e48050ac1ad431d56003dc26e17ca653e.zip |
Add support for custom table pagination size
New customization button opens dialog with field for setting the number of lines
in tables. After saving the new value there is new topic which starts refreshing
current table facet (if shown) and set all other facets expired. Therefore all
tables are immediately regenerated.
https://fedorahosted.org/freeipa/ticket/5742
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaserver/plugins/internal.py')
-rw-r--r-- | ipaserver/plugins/internal.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py index acd417b3f..d8328ecab 100644 --- a/ipaserver/plugins/internal.py +++ b/ipaserver/plugins/internal.py @@ -250,6 +250,10 @@ class i18n_messages(Command): "update": _("Update"), "view": _("View"), }, + "customization": { + "customization": _("Customization"), + "table_pagination": _("Pagination Size"), + }, "details": { "collapse_all": _("Collapse All"), "expand_all": _("Expand All"), |