mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
fix: 🐛 Update field separator for Kea DHCP Subnet Form and Model (#7418)
Co-authored-by: Katerina Ford <kford@madtechnicalsolutions.com>
This commit is contained in:
parent
93e0d14748
commit
c1548926ad
@ -55,7 +55,7 @@
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<allownew>true</allownew>
|
||||
<separator>;</separator>
|
||||
<separator>,</separator>
|
||||
<help>Specifies a ´search list´ of Domain Names to be used by the client to locate not-fully-qualified domain names.</help>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
</domain_name_servers>
|
||||
<domain_search type="HostnameField">
|
||||
<IpAllowed>N</IpAllowed>
|
||||
<FieldSeparator>;</FieldSeparator>
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<AsList>Y</AsList>
|
||||
<ValidationMessage>Please specify a valid list of domains</ValidationMessage>
|
||||
</domain_search>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user