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: # 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"