mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Tweak description string of whitelist mode
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
<span class="error config-error hidden" id="lockdowndomains-error"></span>
|
||||
<br/>
|
||||
|
||||
<input type="radio" id="whitelist" name="domain_mode" value="whitelist" {{ if eq .DomainMode "whitelist"}}checked{{ end }}/> Next to all official domains, also allow this domain:<br/>
|
||||
<input type="radio" id="whitelist" name="domain_mode" value="whitelist" {{ if eq .DomainMode "whitelist"}}checked{{ end }}/> Next to all official domains, also allow this domain (whitelist):<br/>
|
||||
<input class="form-control non-fluid" type="text" id="whitelist_domains" name="whitelist_domains" value="{{ .WhitelistDomains }}"/>
|
||||
<span class="error config-error hidden" id="whitelistdomains-error"></span>
|
||||
<br/>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<span class="error">{{ . }}</span><br/>
|
||||
{{ end }}
|
||||
|
||||
<input type="radio" id="whitelist" name="domain_mode" value="whitelist" {{ if eq .DomainMode "whitelist"}}checked{{ end }}/> Next to all official domains, also allow this domain:<br/>
|
||||
<input type="radio" id="whitelist" name="domain_mode" value="whitelist" {{ if eq .DomainMode "whitelist"}}checked{{ end }}/> Next to all official domains, also allow this domain (whitelist):<br/>
|
||||
<input class="form-control non-fluid" type="text" id="whitelist_domains" name="whitelist_domains" value="{{ .WhitelistDomains }}"/><br/>
|
||||
{{ with .Errors.WhitelistDomains }}
|
||||
<span class="error">{{ . }}</span><br/>
|
||||
|
||||
Reference in New Issue
Block a user