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:
Huang-Huang Bao 2020-07-28 22:56:50 +08:00 committed by Jo-Philipp Wich
parent aa51a724fc
commit 39280c3703

View file

@ -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 = [