luci-app-mosquitto: add bind_address property using IPSelect widget

follow-up fix for 0dabba7981

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2025-10-28 21:24:45 +01:00
parent 0dabba7981
commit 95d9bf9d57

View 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'));