domain: add proper panel names in config panel

This commit is contained in:
Alexandre Aubin 2022-10-07 14:21:21 +02:00
parent 73a7f93740
commit 4d025010c4

View file

@ -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"