From: Hannu Nyman Date: Mon, 27 Feb 2023 03:47:55 +0000 (+0200) Subject: luci-mod-network: adjust DNS cache size placeholder X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=92cce9a44a65512e8336628de0e52dc7274436ea;p=project%2Fluci.git luci-mod-network: adjust DNS cache size placeholder Adjust DNS cache size placeholder value to 1000 to match the OpenWrt default after https://github.com/openwrt/openwrt/commit/a57796b137494fc20e984d0049e8e7430e9ebb25 Fixes #6254 Signed-off-by: Hannu Nyman --- diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index c62231fe20..3a213a20cd 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -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'),