From 39982f6696267706b70f598ee80ce87924cc34a4 Mon Sep 17 00:00:00 2001 From: Ana Krivokapic Date: Tue, 9 Apr 2013 12:46:01 +0200 Subject: Remove HBAC source hosts from web UI https://fedorahosted.org/freeipa/ticket/3528 --- ipalib/plugins/internal.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index f234f66a1..d50ffb543 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -164,7 +164,6 @@ class i18n_messages(Command): "memberallowcmd": _("Add Allow ${other_entity} into ${entity} ${primary_key}"), "memberdenycmd": _("Add Deny ${other_entity} into ${entity} ${primary_key}"), "memberof": _("Add ${entity} ${primary_key} into ${other_entity}"), - "sourcehost": _("Add Source ${other_entity} into ${entity} ${primary_key}"), }, "added": _("Items added"), "direct_membership": _("Direct Membership"), @@ -179,7 +178,6 @@ class i18n_messages(Command): "memberallowcmd": _("Remove Allow ${other_entity} from ${entity} ${primary_key}"), "memberdenycmd": _("Remove Deny ${other_entity} from ${entity} ${primary_key}"), "memberof": _("Remove ${entity} ${primary_key} from ${other_entity}"), - "sourcehost": _("Remove Source ${other_entity} from ${entity} ${primary_key}"), }, "removed": _("Items removed"), "show_results": _("Show Results"), @@ -449,7 +447,6 @@ class i18n_messages(Command): "host": _("Accessing"), "ipaenabledflag": _("Rule status"), "service": _("Via Service"), - "sourcehost": _("From"), "specified_hosts": _("Specified Hosts and Groups"), "specified_services": _("Specified Services and Groups"), "specified_users": _("Specified Users and Groups"), -- cgit