summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-06-02 08:29:07 +0200
committerGitHub <noreply@github.com>2021-06-02 08:29:07 +0200
commitdffc057fa26238f7036085ddb403aaba2fc2a307 (patch)
tree634f8a44d92226dda929e1e9e1bdae19ee4dbc7c
parent1255c4832e010909a22ad0ac6488eba8a265c1c8 (diff)
parentde9f21cb8c8c056566d3390c93bd72aef9efde7a (diff)
Merge pull request #4305 from EHfive/fix-luci-app-frpc-prop-subdomain
luci-app-frpc: correct prop name 'subdomain'
-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 a103563b6a..11385b469d 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
@@ -51,7 +51,7 @@ var bindInfoConf = [
var domainConf = [
[form.Value, 'custom_domains', _('Custom domains')],
- [form.Value, 'sub_domain', _('Subdomain')],
+ [form.Value, 'subdomain', _('Subdomain')],
];
var httpProxyConf = [