mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-24 16:38:24 +03:00
feat: add soft wrap to Proxy Configuration URL textarea
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user