summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js2
1 files changed, 1 insertions, 1 deletions
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'),
_('<i>Applies to Ping Reboot and Restart Interface modes</i> <br /> Specify the interface to monitor and restart if a ping over it fails.'));