From 0b0e77cf99b38cfd958a82caad715511c91f9ee3 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 2 Jul 2014 15:09:22 +0200 Subject: webui: new navigation structure https://fedorahosted.org/freeipa/ticket/4418 Reviewed-By: Fraser Tweedale Reviewed-By: Martin Kosek Reviewed-By: Petr Spacek --- ipalib/plugins/internal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index d95794cc6..4d9448ab0 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -698,6 +698,7 @@ class i18n_messages(Command): }, "tabs": { "audit": _("Audit"), + "authentication": _("Authentication"), "automember": _("Automember"), "automount": _("Automount"), "cert": _("Certificates"), @@ -705,6 +706,7 @@ class i18n_messages(Command): "hbac": _("Host Based Access Control"), "identity": _("Identity"), "ipaserver": _("IPA Server"), + "network_services": _("Network Services"), "policy": _("Policy"), "role": _("Role Based Access Control"), "sudo": _("Sudo"), -- cgit