From 740d42257fc00235b1cebdc90866fe34bf9464b3 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 4 Jul 2014 13:33:10 +0200 Subject: 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 --- ipalib/plugins/internal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib') 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"), -- cgit