luci-app-frpc: correct prop name 'subdomain'
Signed-off-by: Huang-Huang Bao <eh5@sokka.cn> (cherry picked from commit de9f21cb8c8c056566d3390c93bd72aef9efde7a)
This commit is contained in:
parent
aa51a724fc
commit
39280c3703
@ -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…
x
Reference in New Issue
Block a user