diff options
author | Huang-Huang Bao <eh5@sokka.cn> | 2020-07-28 22:56:50 +0800 |
---|---|---|
committer | Huang-Huang Bao <eh5@sokka.cn> | 2020-07-28 22:56:50 +0800 |
commit | de9f21cb8c8c056566d3390c93bd72aef9efde7a (patch) | |
tree | beb3c43113a7b6289923c38f84c936577c981de3 /applications/luci-app-frpc | |
parent | 16bdddf5692e7753e4aef1494605a2df35c33ccf (diff) |
luci-app-frpc: correct prop name 'subdomain'
Signed-off-by: Huang-Huang Bao <eh5@sokka.cn>
Diffstat (limited to 'applications/luci-app-frpc')
-rw-r--r-- | applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js | 2 |
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 = [ |