From: Paul Donald Date: Wed, 3 Dec 2025 21:22:16 +0000 (+0100) Subject: luci-app-tinyproxy: bump bind to dynamic list for multiple values X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=668b13f238ae502bb3d721451e3b48545056234a;p=project%2Fluci.git luci-app-tinyproxy: bump bind to dynamic list for multiple values Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js b/applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js index efe4f26bba..eb89015284 100644 --- a/applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js +++ b/applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js @@ -116,7 +116,7 @@ return view.extend({ o.placeholder = '0.0.0.0'; - o = s.taboption('general', form.Value, 'Bind', _('Bind address'), + o = s.taboption('general', form.DynamicList, 'Bind', _('Bind address'), _('Specifies the address Tinyproxy binds to for outbound forwarded requests')); o.optional = true;