luci-app-shadowsocks-libev: don't repeat fields

the field local_address shows twice on column
    overview for client components

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
Huangbin Zhan 2023-06-08 11:14:45 +08:00
parent 23a246e4b4
commit 17cceff871

View file

@ -12,6 +12,7 @@ var names_options_server = [
'password', 'password',
'plugin', 'plugin',
'plugin_opts', 'plugin_opts',
'local_address',
]; ];
var names_options_client = [ var names_options_client = [
@ -21,7 +22,6 @@ var names_options_client = [
]; ];
var names_options_common = [ var names_options_common = [
'local_address',
'verbose', 'verbose',
'ipv6_first', 'ipv6_first',
'fast_open', 'fast_open',