luci-mod-network: dhcp.js: adjust resolvfile placeholder to OpenWrt default

Ref: 5d15363408 (commitcomment-37059122)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-01-31 14:36:44 +01:00
parent 5d15363408
commit 7bc338c011

View file

@ -174,7 +174,7 @@ return L.view.extend({
_('local <abbr title="Domain Name System">DNS</abbr> file'));
o.depends('noresolv', '0');
o.placeholder = '/tmp/resolv.conf.auto';
o.placeholder = '/tmp/resolv.conf.d/resolv.conf.auto';
o.optional = true;