diff options
author | Petr Vobornik <[email protected]> | 2014-07-04 13:33:10 +0200 |
---|---|---|
committer | Petr Vobornik <[email protected]> | 2014-07-21 10:47:06 +0200 |
commit | 740d42257fc00235b1cebdc90866fe34bf9464b3 (patch) | |
tree | b2d83bb0a50a8939396e21073bae4b24cf148a05 /ipalib | |
parent | b68f819de75073285c17c28a30afe5b5dbfe5176 (diff) | |
download | freeipa-740d42257fc00235b1cebdc90866fe34bf9464b3.tar.gz freeipa-740d42257fc00235b1cebdc90866fe34bf9464b3.tar.xz freeipa-740d42257fc00235b1cebdc90866fe34bf9464b3.zip |
webui: add filter to attributes widget
Adds filter field to attribute box in permissions for better user
experience. User can then quickly find the desired attribute.
Initial version of the patch authored by: Adam Misnyovszki
https://fedorahosted.org/freeipa/ticket/4253
Reviewed-By: Endi Sukma Dewata <[email protected]>
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/internal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 53f117f3f..6d925c5c2 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -518,6 +518,7 @@ class i18n_messages(Command): "enable": "Enable token", }, "permission": { + "filter": _("Filter"), "identity": _("Permission settings"), "managed": _("Attribute breakdown"), "target": _("Target"), |