summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-watchcat/htdocs/luci-static/resources/view
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2021-03-22 08:21:24 +0100
committerFlorian Eckert <fe@dev.tdt.de>2021-03-22 08:21:24 +0100
commit3d48d7932136defa459766940ebe3cd153a8cf98 (patch)
tree9de79a8953933b26345940a3cd608ebdf1293f35 /applications/luci-app-watchcat/htdocs/luci-static/resources/view
parent0e19741553e672188a7b21f295243d0dbf6e7c64 (diff)
luci-app-watchcat: change interface selection to device
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-watchcat/htdocs/luci-static/resources/view')
-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.'));