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:
parent
23a246e4b4
commit
17cceff871
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue