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
This commit is contained in:
Martin Kosek
2011-04-01 17:09:07 +02:00
committed by Endi Sukma Dewata
parent d9c1761234
commit bc6f9accd9
4 changed files with 16 additions and 6 deletions

View File

@@ -528,7 +528,7 @@
],
"hint": null,
"include": null,
"label": "<force>",
"label": "Force",
"multivalue": false,
"name": "force",
"primary_key": false,
@@ -634,7 +634,7 @@
"flags": [],
"hint": null,
"include": null,
"label": "<force>",
"label": "Force",
"multivalue": false,
"name": "force",
"primary_key": false,