summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-02 15:09:22 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-07-04 16:31:38 +0200
commit0b0e77cf99b38cfd958a82caad715511c91f9ee3 (patch)
tree5676bbcae0fb50a2cb3328b63b42f85763275570 /ipalib
parent2637116eab51be16c33745d51f284aaee0c57ae1 (diff)
downloadfreeipa-0b0e77cf99b38cfd958a82caad715511c91f9ee3.tar.gz
freeipa-0b0e77cf99b38cfd958a82caad715511c91f9ee3.tar.xz
freeipa-0b0e77cf99b38cfd958a82caad715511c91f9ee3.zip
webui: new navigation structure
https://fedorahosted.org/freeipa/ticket/4418 Reviewed-By: Fraser Tweedale <ftweedal@redhat.com> Reviewed-By: Martin Kosek <mkosek@redhat.com> Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py2
1 files changed, 2 insertions, 0 deletions
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"),