clean up presentation of dirs view. need to resolve issue with initial load of tree view.

This commit is contained in:
Sj-Si 2024-03-15 19:11:30 -04:00
parent 08da356a2f
commit fb07a60690
6 changed files with 75 additions and 25 deletions

View file

@ -588,7 +588,7 @@ class ExtraNetworksPage:
subdirs[subdir] = 1
if subdirs:
subdirs = {"": 1, **subdirs}
subdirs = {**subdirs}
subdirs_html = "".join([
self.btn_dirs_view_tpl.format(**{