webserver: Prefer sorting by file type.
This commit is contained in:
parent
377f74c471
commit
b862b484ac
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ def main():
|
|||
summary._jobs_added_event = asyncio.Event()
|
||||
for entry in summary._old_entries:
|
||||
summary.add_entry(entry)
|
||||
summary.is_directory_sort = False
|
||||
summary.sort_entries()
|
||||
summary_page = make_summary_page(project_name, summary)
|
||||
index = {}
|
||||
for row in summary._entries:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue