diff options
Diffstat (limited to 'packages/tinydns/tinydns_domains.xml')
-rw-r--r-- | packages/tinydns/tinydns_domains.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns_domains.xml b/packages/tinydns/tinydns_domains.xml index 7f632eb9..94a124c5 100644 --- a/packages/tinydns/tinydns_domains.xml +++ b/packages/tinydns/tinydns_domains.xml @@ -31,6 +31,7 @@ <description>Enter the domain name that you would like to serve dns records for.</description> <required/> <type>input</type> + <size>45</size> </field> <field> <fielddescr>Record type</fielddescr> @@ -54,16 +55,19 @@ <description>Enter the IP Address that this record will point to (primary). The only exception is for NS type records where we expect a complete hostname to point to a A record.</description> <required/> <type>input</type> + <size>45</size> </field> <field> <fieldname>ttl</fieldname> <fielddescr>DNS record time to live</fielddescr> <type>input</type> + <size>45</size> </field> <field> <fieldname>threshhold</fieldname> <fielddescr>Time in minutes before DNS switches to backup host</fielddescr> <type>input</type> + <size>45</size> </field> <field> <type>rowhelper</type> @@ -73,7 +77,7 @@ <fieldname>failoverip</fieldname> <description>Failover IP when host is not responding to ICMP/PING traffic</description> <type>input</type> - <size>25</size> + <size>45</size> </rowhelperfield> </rowhelper> </field> |