diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js index ec1c8be..b5a256b 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js @@ -29,6 +29,8 @@ function createConfigSection(section, map, network) { o = s.taboption('basic', form.TextValue, 'proxy_string', _('Proxy Configuration URL'), ''); o.depends('proxy_config_type', 'url'); o.rows = 5; + o.wrap = 'soft'; + o.textarea = true; o.rmempty = false; o.ucisection = s.section; o.sectionDescriptions = new Map();