luci-mod-network: adjust DNS cache size placeholder

Adjust DNS cache size placeholder value to 1000 to
match the OpenWrt default after
a57796b137

Fixes #6254

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman 2023-02-27 05:47:55 +02:00
parent 1b623cbe60
commit 92cce9a44a

View file

@ -555,7 +555,7 @@ return view.extend({
_('Number of cached DNS entries, 10000 is maximum, 0 is no caching.'));
o.optional = true;
o.datatype = 'range(0,10000)';
o.placeholder = 150;
o.placeholder = 1000;
o = s.taboption('pxe_tftp', form.Flag, 'enable_tftp',
_('Enable TFTP server'),