diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-06-02 08:29:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 08:29:07 +0200 |
commit | dffc057fa26238f7036085ddb403aaba2fc2a307 (patch) | |
tree | 634f8a44d92226dda929e1e9e1bdae19ee4dbc7c | |
parent | 1255c4832e010909a22ad0ac6488eba8a265c1c8 (diff) | |
parent | de9f21cb8c8c056566d3390c93bd72aef9efde7a (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.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 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 = [ |