mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-01-03 23:28:53 +03:00
refactor: Optimize VPN/Proxy configuration messages
This commit is contained in:
@@ -299,7 +299,7 @@ return view.extend({
|
||||
|
||||
o = s.tab('alternative_config', _('Alternative Config'));
|
||||
|
||||
o = s.taboption('alternative_config', form.Flag, 'second_enable', _('Alternative VPN/Proxy Enable'), _('Enable routing configuration'));
|
||||
o = s.taboption('alternative_config', form.Flag, 'second_enable', _('Alternative VPN/Proxy Enable'), _('Enable alternative VPN/Proxy configuration'));
|
||||
o.default = '0';
|
||||
o.rmempty = false;
|
||||
o.ucisection = 'second';
|
||||
|
||||
Reference in New Issue
Block a user