mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
(Do no sort domain, to be done in other PR)
This commit is contained in:
parent
6bd5655830
commit
5a905769dc
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ def domain_list(exclude_subdomains=False):
|
||||||
continue
|
continue
|
||||||
result_list.append(domain)
|
result_list.append(domain)
|
||||||
|
|
||||||
result_list.sort()
|
|
||||||
return {
|
return {
|
||||||
'domains': result_list,
|
'domains': result_list,
|
||||||
'default': _get_maindomain()
|
'default': _get_maindomain()
|
||||||
|
|
Loading…
Add table
Reference in a new issue