summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-09-26 17:21:00 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-09-30 10:47:03 +0200
commit00d598bab043e277d3f57eab5092c04cf5d6f5f8 (patch)
treecdb65d124843c4e8957814ac9ad8c00ec0a9058e /ipalib
parent0e76bc1cb65b3eb81b37b4b45ccb71bf91fe5fbc (diff)
downloadfreeipa-00d598bab043e277d3f57eab5092c04cf5d6f5f8.tar.gz
freeipa-00d598bab043e277d3f57eab5092c04cf5d6f5f8.tar.xz
freeipa-00d598bab043e277d3f57eab5092c04cf5d6f5f8.zip
webui: add link from host to idview
https://fedorahosted.org/freeipa/ticket/4535 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index c58f8314a..43805daa8 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -520,6 +520,7 @@ class i18n_messages(Command):
"apply_hostgroups_title": _("Apply ID View ${primary_key} on hosts of ${entity}"),
"apply_hosts": _("Apply to hosts"),
"apply_hosts_title": _("Apply ID view ${primary_key} on ${entity}"),
+ "ipaassignedidview": _("Assigned ID View"),
"overrides_tab": _("${primary_key} overrides:"),
"unapply_hostgroups": _("Un-apply from host groups"),
"unapply_hostgroups_all_title": _("Un-apply ID Views from hosts of hostgroups"),