luci-app-watchcat: change interface selection to device

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 3d48d79321)
This commit is contained in:
Florian Eckert 2021-03-22 08:21:24 +01:00
parent 1e99df56df
commit 7bc377f67c

View file

@ -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.'));