mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
add title to DNS registrar section
This commit is contained in:
parent
b30962a44f
commit
0930548640
2 changed files with 4 additions and 4 deletions
|
@ -50,9 +50,7 @@ name = "Features"
|
||||||
name = "DNS"
|
name = "DNS"
|
||||||
|
|
||||||
[dns.registrar]
|
[dns.registrar]
|
||||||
optional = true
|
# This part is automatically generated in DomainConfigPanel
|
||||||
|
|
||||||
# This part is automatically generated in DomainConfigPanel
|
|
||||||
|
|
||||||
# [dns.advanced]
|
# [dns.advanced]
|
||||||
#
|
#
|
||||||
|
|
|
@ -512,7 +512,9 @@ def _get_registrar_config_section(domain):
|
||||||
|
|
||||||
from lexicon.providers.auto import _relevant_provider_for_domain
|
from lexicon.providers.auto import _relevant_provider_for_domain
|
||||||
|
|
||||||
registrar_infos = {}
|
registrar_infos = {
|
||||||
|
"name": "Registrar infos",
|
||||||
|
}
|
||||||
|
|
||||||
dns_zone = _get_dns_zone_for_domain(domain)
|
dns_zone = _get_dns_zone_for_domain(domain)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue