From 47d61e6cabc7a9053a7878ea3b8676ad59415f39 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 29 Nov 2010 14:26:55 -0500 Subject: action panel sibling added function to get sibling entities from the tab set. remove explicit sibling code from entity pages Modified the Label fields on HBAC and SUDO to make them appear cleaner in the UI --- ipalib/plugins/hbacsvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/hbacsvc.py') diff --git a/ipalib/plugins/hbacsvc.py b/ipalib/plugins/hbacsvc.py index 4074eb33..c04a8ed6 100644 --- a/ipalib/plugins/hbacsvc.py +++ b/ipalib/plugins/hbacsvc.py @@ -57,7 +57,7 @@ class hbacsvc(LDAPObject): default_attributes = ['cn', 'description', 'memberindirect',] uuid_attribute = 'ipauniqueid' - label = _('Services') + label = _('HBAC Services') takes_params = ( Str('cn', -- cgit