summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-04-09 12:46:01 +0200
committerRob Crittenden <rcritten@redhat.com>2013-04-12 14:07:55 -0400
commit39982f6696267706b70f598ee80ce87924cc34a4 (patch)
tree56fd6e65aafebc4f196ba3e01a7259abab41fc88 /ipalib
parent583bf43367769ca84ebc16594f8b70287b502311 (diff)
downloadfreeipa-39982f6696267706b70f598ee80ce87924cc34a4.tar.gz
freeipa-39982f6696267706b70f598ee80ce87924cc34a4.tar.xz
freeipa-39982f6696267706b70f598ee80ce87924cc34a4.zip
Remove HBAC source hosts from web UI
https://fedorahosted.org/freeipa/ticket/3528
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py3
1 files changed, 0 insertions, 3 deletions
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"),