Merge pull request #4305 from EHfive/fix-luci-app-frpc-prop-subdomain
luci-app-frpc: correct prop name 'subdomain'
This commit is contained in:
commit
dffc057fa2
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue