luci-app-mosquitto: add bind_address property using IPSelect widget
authorPaul Donald <[email protected]>
Tue, 28 Oct 2025 20:24:45 +0000 (21:24 +0100)
committerPaul Donald <[email protected]>
Tue, 28 Oct 2025 20:24:45 +0000 (21:24 +0100)
follow-up fix for 0dabba798165701f1ad757d763f9f916a918283f

Signed-off-by: Paul Donald <[email protected]>
applications/luci-app-mosquitto/htdocs/luci-static/resources/view/mosquitto/mosquitto.js

index e79965a7ce2f3140d08c91e950d5efd2beb5e2c4..9b5f22d80c9ce31aa0a0f561590fbb06066a5f19 100644 (file)
@@ -95,7 +95,7 @@ return view.extend({
                s.anonymous = true;
                s.addremove = true;
 
-               o = s.option(widgets.IPSelect, 'bind_address', _('Bind Addres'));
+               o = s.option(widgets.IPSelect, 'bind_address', _('Bind Address'));
                o.multiple = false;
 
                o = s.option(form.Value, 'port', _('Port'));