mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
domain: add proper panel names in config panel
This commit is contained in:
parent
73a7f93740
commit
4d025010c4
1 changed files with 4 additions and 1 deletions
|
@ -5,12 +5,13 @@ i18n = "domain_config"
|
||||||
# Other things we may want to implement in the future:
|
# Other things we may want to implement in the future:
|
||||||
#
|
#
|
||||||
# - maindomain handling
|
# - maindomain handling
|
||||||
# - default app
|
|
||||||
# - autoredirect www in nginx conf
|
# - autoredirect www in nginx conf
|
||||||
# - ?
|
# - ?
|
||||||
#
|
#
|
||||||
|
|
||||||
[feature]
|
[feature]
|
||||||
|
name = "Features"
|
||||||
|
|
||||||
[feature.app]
|
[feature.app]
|
||||||
[feature.app.default_app]
|
[feature.app.default_app]
|
||||||
type = "app"
|
type = "app"
|
||||||
|
@ -46,6 +47,7 @@ i18n = "domain_config"
|
||||||
default = 0
|
default = 0
|
||||||
|
|
||||||
[dns]
|
[dns]
|
||||||
|
name = "DNS"
|
||||||
|
|
||||||
[dns.registrar]
|
[dns.registrar]
|
||||||
optional = true
|
optional = true
|
||||||
|
@ -61,6 +63,7 @@ i18n = "domain_config"
|
||||||
|
|
||||||
|
|
||||||
[cert]
|
[cert]
|
||||||
|
name = "Certificate"
|
||||||
|
|
||||||
[cert.status]
|
[cert.status]
|
||||||
name = "Status"
|
name = "Status"
|
||||||
|
|
Loading…
Add table
Reference in a new issue