luci-app-nut: fix value misspelling
authorPaul Donald <redacted>
Sat, 31 Jan 2026 15:09:17 +0000 (16:09 +0100)
committerPaul Donald <redacted>
Sat, 31 Jan 2026 15:09:17 +0000 (16:09 +0100)
monitor recognizes hostsync not hotsync

Signed-off-by: Paul Donald <redacted>
applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js

index b05112648436f941d75b427a78ac91e8210a3ee7..91e43c8c209600888b7c1f7c3de45f6a91bef6b2 100644 (file)
@@ -66,7 +66,7 @@ return view.extend({
                o.optional = true;
                o.placeholder = 5;
 
-               o = s.option(form.Value, 'hotsync', _('Hot Sync'));
+               o = s.option(form.Value, 'hostsync', _('Host Sync'));
                o.optional = true;
                o.placeholder = 15;
 
git clone https://git.99rst.org/PROJECT