Skip to content

Commit 668b13f

Browse files
committed
luci-app-tinyproxy: bump bind to dynamic list for multiple values
Signed-off-by: Paul Donald <[email protected]>
1 parent 96f046d commit 668b13f

File tree

1 file changed

+1
-1
lines changed
  • applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy

1 file changed

+1
-1
lines changed

applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ return view.extend({
116116
o.placeholder = '0.0.0.0';
117117

118118

119-
o = s.taboption('general', form.Value, 'Bind', _('Bind address'),
119+
o = s.taboption('general', form.DynamicList, 'Bind', _('Bind address'),
120120
_('Specifies the address Tinyproxy binds to for outbound forwarded requests'));
121121

122122
o.optional = true;

0 commit comments

Comments
 (0)