From 7e088a83782de9204af0a5bc120b4c97daae2c72 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 11 Feb 2013 12:56:35 +0100 Subject: Global trust config page https://fedorahosted.org/freeipa/ticket/3333 --- ipalib/plugins/internal.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 4cce2c60..f234f66a 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -627,6 +627,9 @@ class i18n_messages(Command): "truststatus": _("Trust status"), "trusttype": _("Trust type"), }, + "trustconfig": { + "options": _("Options"), + }, "user": { "account": _("Account Settings"), "account_status": _("Account Status"), @@ -687,6 +690,7 @@ class i18n_messages(Command): "policy": _("Policy"), "role": _("Role Based Access Control"), "sudo": _("Sudo"), + "trust": _("Trusts"), }, "true": _("True"), "widget": { -- cgit