From: Florian Eckert Date: Mon, 22 Mar 2021 07:21:24 +0000 (+0100) Subject: luci-app-watchcat: change interface selection to device X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3d48d7932136defa459766940ebe3cd153a8cf98;p=openwrt-luci.git luci-app-watchcat: change interface selection to device Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js b/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js index 5763f89fe3..c3863604f0 100644 --- a/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js +++ b/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js @@ -76,7 +76,7 @@ return view.extend({ o.depends({ mode: 'ping_reboot' }); o.depends({ mode: 'periodic_reboot' }); - o = s.taboption('general', widgets.NetworkSelect, 'interface', + o = s.taboption('general', widgets.DeviceSelect, 'interface', _('Interface'), _('Interface to monitor and/or restart'), _('Applies to Ping Reboot and Restart Interface modes
Specify the interface to monitor and restart if a ping over it fails.'));