From 2dfe7674d5dcdf7f29b3ec00133de556d24a4310 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Thu, 28 May 2020 15:23:59 +0200 Subject: [PATCH] security/acme-client: move optional field to the bottom, refs #1851 --- .../OPNsense/AcmeClient/forms/dialogValidation.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml b/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml index fd36767e0..2724e0ad7 100644 --- a/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml +++ b/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogValidation.xml @@ -772,18 +772,18 @@ text - - validation.dns_nsupdate_zone - - text - Set hosted zone (e.g. example.com) as some DNS Providers require, like dyn.com's 'Standard DNS'. - validation.dns_nsupdate_key textbox Requires the whole key file in a format that is compatible with nsupdate. + + validation.dns_nsupdate_zone + + text + Optionally set the name of the hosted zone (e.g. example.com) as some DNS Providers require, like dyn.com's 'Standard DNS'. + header