mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
luci-app-tinyproxy: bump bind to dynamic list for multiple values
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -116,7 +116,7 @@ return view.extend({
|
|||||||
o.placeholder = '0.0.0.0';
|
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'));
|
_('Specifies the address Tinyproxy binds to for outbound forwarded requests'));
|
||||||
|
|
||||||
o.optional = true;
|
o.optional = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user