mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] rename function like suggested
This commit is contained in:
parent
d289bbe8e8
commit
2b74311526
2 changed files with 3 additions and 3 deletions
|
@ -291,8 +291,8 @@ domain:
|
|||
extra:
|
||||
pattern: *pattern_domain
|
||||
|
||||
### domain_generate_dns_config()
|
||||
generate_dns_configuration:
|
||||
### dns_conf()
|
||||
dns-conf:
|
||||
action_help: Generate DNS configuration for a domain
|
||||
api: GET /domains/<domain>/dns
|
||||
configuration:
|
||||
|
|
|
@ -220,7 +220,7 @@ def domain_remove(auth, domain, force=False):
|
|||
msignals.display(m18n.n('domain_deleted'), 'success')
|
||||
|
||||
|
||||
def domain_generate_dns_configuration(auth, domain):
|
||||
def domain_dns_conf(auth, domain):
|
||||
"""
|
||||
Generate DNS configuration for a domain
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue