summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-04-17 14:20:59 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-10 10:23:27 +0200
commit21651d9d3f463f5c07355d0f4e52a8d3867d88cc (patch)
treeb0a8d14c27fa9a06eb3e3d77c95cf4566b362db5 /ipalib/plugins/internal.py
parentf631b07507d12d2ab5c1b535a987f09cb07a5565 (diff)
downloadfreeipa-21651d9d3f463f5c07355d0f4e52a8d3867d88cc.tar.gz
freeipa-21651d9d3f463f5c07355d0f4e52a8d3867d88cc.tar.xz
freeipa-21651d9d3f463f5c07355d0f4e52a8d3867d88cc.zip
webui: improve pagination
pagination now support: - styles updated to PatternFly + DataTables - added 'First' and 'Last' button Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 0f7601955..1988dd2af 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -689,6 +689,8 @@ class i18n_messages(Command):
},
"true": _("True"),
"widget": {
+ "first": _("First"),
+ "last": _("Last"),
"next": _("Next"),
"page": _("Page"),
"prev": _("Prev"),