mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
This commit is contained in:
committed by
Martin Babinsky
parent
f78cc89326
commit
e1dfc51e48
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user