From 25bda1e860a55faa7975cf37b69a74f2c138d309 Mon Sep 17 00:00:00 2001 From: Petr Voborník Date: Wed, 15 Feb 2012 15:00:16 +0100 Subject: New UI for DNS global configuration UI for DNS global configuration was implemented. https://fedorahosted.org/freeipa/ticket/2350 --- ipalib/plugins/internal.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 11c6bd0f..2ee4316f 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -320,6 +320,9 @@ class i18n_messages(Command): }, "delegation": { }, + "dnsconfig": { + "options": _("Options"), + }, "dnsrecord": { "data": _("Data"), "deleted_no_data": _("DNS record was deleted because it contained no data."), -- cgit