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 --- install/ui/test/data/ipa_init.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/test/data') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 6c387690a..284c0a643 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -553,6 +553,7 @@ }, "tabs": { "audit": "Audit", + "authentication": "Authentication", "automember": "Automember", "automount": "Automount", "cert": "Certificates", @@ -560,6 +561,7 @@ "hbac": "Host Based Access Control", "identity": "Identity", "ipaserver": "IPA Server", + "network_services": "Network Services", "policy": "Policy", "role": "Role Based Access Control", "sudo": "Sudo", -- cgit