From 4d025010c421b1b22f4c67b8ea157a830fc2314e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 7 Oct 2022 14:21:21 +0200 Subject: [PATCH] domain: add proper panel names in config panel --- share/config_domain.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/config_domain.toml b/share/config_domain.toml index a3607811b..0a3ba96cc 100644 --- a/share/config_domain.toml +++ b/share/config_domain.toml @@ -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"