luci-app-frpc: correct prop name 'subdomain'
Signed-off-by: Huang-Huang Bao <eh5@sokka.cn>
(cherry picked from commit de9f21cb8c
)
This commit is contained in:
parent
aa51a724fc
commit
39280c3703
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ var bindInfoConf = [
|
||||||
|
|
||||||
var domainConf = [
|
var domainConf = [
|
||||||
[form.Value, 'custom_domains', _('Custom domains')],
|
[form.Value, 'custom_domains', _('Custom domains')],
|
||||||
[form.Value, 'sub_domain', _('Subdomain')],
|
[form.Value, 'subdomain', _('Subdomain')],
|
||||||
];
|
];
|
||||||
|
|
||||||
var httpProxyConf = [
|
var httpProxyConf = [
|
||||||
|
|
Loading…
Reference in a new issue