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:
|
||||
#
|
||||
# - maindomain handling
|
||||
# - default app
|
||||
# - autoredirect www in nginx conf
|
||||
# - ?
|
||||
#
|
||||
|
||||
[feature]
|
||||
name = "Features"
|
||||
|
||||
[feature.app]
|
||||
[feature.app.default_app]
|
||||
type = "app"
|
||||
|
@ -46,6 +47,7 @@ i18n = "domain_config"
|
|||
default = 0
|
||||
|
||||
[dns]
|
||||
name = "DNS"
|
||||
|
||||
[dns.registrar]
|
||||
optional = true
|
||||
|
@ -61,6 +63,7 @@ i18n = "domain_config"
|
|||
|
||||
|
||||
[cert]
|
||||
name = "Certificate"
|
||||
|
||||
[cert.status]
|
||||
name = "Status"
|
||||
|
|
Loading…
Add table
Reference in a new issue