From de9f21cb8c8c056566d3390c93bd72aef9efde7a Mon Sep 17 00:00:00 2001 From: Huang-Huang Bao Date: Tue, 28 Jul 2020 22:56:50 +0800 Subject: [PATCH] luci-app-frpc: correct prop name 'subdomain' Signed-off-by: Huang-Huang Bao --- .../luci-app-frpc/htdocs/luci-static/resources/view/frpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js index d93655188b..f4039964f6 100644 --- a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js +++ b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js @@ -50,7 +50,7 @@ var bindInfoConf = [ var domainConf = [ [form.Value, 'custom_domains', _('Custom domains')], - [form.Value, 'sub_domain', _('Subdomain')], + [form.Value, 'subdomain', _('Subdomain')], ]; var httpProxyConf = [ -- 2.30.2