Merge pull request #4305 from EHfive/fix-luci-app-frpc-prop-subdomain

luci-app-frpc: correct prop name 'subdomain'
This commit is contained in:
Jo-Philipp Wich 2021-06-02 08:29:07 +02:00 committed by GitHub
commit dffc057fa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [