luci-mod-network: dhcp.js: adjust resolvfile placeholder to OpenWrt default
authorJo-Philipp Wich <jo@mein.io>
Fri, 31 Jan 2020 13:36:44 +0000 (14:36 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 31 Jan 2020 13:36:44 +0000 (14:36 +0100)
Ref: https://github.com/openwrt/luci/commit/5d15363408d263fccae90b3b7ab0ebac6329eebb#commitcomment-37059122
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js

index d0a6da20da4458e0361a87ffd393074bd6590eaa..4e217a5416ea420f1a0d729d66c60842346a18f9 100644 (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;