From bc6f9accd9250114b4f0c457fa5badd7f794af8e Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 1 Apr 2011 17:09:07 +0200 Subject: Need force option in DNS zone adder dialog When adding a new DNS zone in the WebUI, IPA server will verify whether the nameserver is in DNS. Sometimes it is necessary to skip the verification. This patch adds a --force option already available in CLI which can skip this the verification. https://fedorahosted.org/freeipa/ticket/1105 --- install/ui/test/data/ipa_init.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 48b80851a..5ce4d4c8e 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -528,7 +528,7 @@ ], "hint": null, "include": null, - "label": "", + "label": "Force", "multivalue": false, "name": "force", "primary_key": false, @@ -634,7 +634,7 @@ "flags": [], "hint": null, "include": null, - "label": "", + "label": "Force", "multivalue": false, "name": "force", "primary_key": false, -- cgit