mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix bug when showing cache files for services in the UI
This commit is contained in:
parent
3fac889ff2
commit
5eb884fe9a
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ def path_to_dict(
|
|||
|
||||
if conf["service_id"]:
|
||||
d["children"][
|
||||
[x["file_name"] for x in d["children"]].index(conf["service_id"])
|
||||
[x["name"] for x in d["children"]].index(conf["service_id"])
|
||||
]["children"].append(file_info)
|
||||
else:
|
||||
d["children"].append(file_info)
|
||||
|
|
|
|||
Loading…
Reference in a new issue