From a1f8c39f88dac7c0999175528d4c1e90a8dd1210 Mon Sep 17 00:00:00 2001 From: Petr Voborník Date: Thu, 9 Feb 2012 17:21:09 +0100 Subject: DNS Zone UI: added new attributes New attributes were added to DNS zone details facet. Attributes: idnsallowquery idnsallowtransfer idnsforwarders idnsforwardpolicy idnsallowsyncptr New network address validator created for idnsallowquery and idnsallowtransfer attributes. Network address validator also added to dnszone adder dialog - from_ip field. https://fedorahosted.org/freeipa/ticket/2351 --- ipalib/plugins/internal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index f3f813b1..11c6bd0f 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -569,6 +569,7 @@ class i18n_messages(Command): "ip_v6_address": _('Not a valid IPv6 address'), "max_value": _("Maximum value is ${value}"), "min_value": _("Minimum value is ${value}"), + "net_address": _("Not a valid network address"), "required": _("Required field"), }, }, -- cgit