From 3d48d7932136defa459766940ebe3cd153a8cf98 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 22 Mar 2021 08:21:24 +0100 Subject: [PATCH] luci-app-watchcat: change interface selection to device Signed-off-by: Florian Eckert --- .../htdocs/luci-static/resources/view/watchcat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')); -- 2.30.2