mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
security/acme-client: fix missing closing tag, refs #2871
This commit is contained in:
parent
38e5a610e7
commit
ccb2d6cf9b
1 changed files with 4 additions and 3 deletions
|
|
@ -303,7 +303,7 @@
|
|||
<label>Password</label>
|
||||
<type>password</type>
|
||||
</field>
|
||||
<field>
|
||||
<field>
|
||||
<label>DDNSS API</label>
|
||||
<type>header</type>
|
||||
<style>table_dns table_dns_ddnss</style>
|
||||
|
|
@ -1069,12 +1069,13 @@
|
|||
<id>validation.dns_transip_username</id>
|
||||
<label>Username</label>
|
||||
<type>text</type>
|
||||
<help>Your TransIP username.</help>
|
||||
<help>Your TransIP username.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>validation.dns_transip_key</id>
|
||||
<label>API Key</label>
|
||||
<type>text</type>
|
||||
<help>Requires the whole key file in a format that is compatible with TransIP.</help>
|
||||
<help>Requires the whole key file in a format that is compatible with TransIP.</help>
|
||||
</field>
|
||||
<field>
|
||||
<label>UnoEuro</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue