mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-13 06:56:54 +03:00
refactor: rename config key 'mode' to 'connection_type'
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
function createSectionContent(section) {
|
||||
let o = section.option(
|
||||
form.ListValue,
|
||||
'mode',
|
||||
'connection_type',
|
||||
_('Connection Type'),
|
||||
_('Select between VPN and Proxy connection methods for traffic routing'),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user