summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
diff options
context:
space:
mode:
authorHuang-Huang Bao <eh5@sokka.cn>2020-07-28 22:56:50 +0800
committerHuang-Huang Bao <eh5@sokka.cn>2020-07-28 22:56:50 +0800
commitde9f21cb8c8c056566d3390c93bd72aef9efde7a (patch)
treebeb3c43113a7b6289923c38f84c936577c981de3 /applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
parent16bdddf5692e7753e4aef1494605a2df35c33ccf (diff)
luci-app-frpc: correct prop name 'subdomain'
Signed-off-by: Huang-Huang Bao <eh5@sokka.cn>
Diffstat (limited to 'applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js')
-rw-r--r--applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js2
1 files changed, 1 insertions, 1 deletions
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 = [