updated file_list var

This commit is contained in:
2021-01-10 17:13:23 +11:00
parent 05e31e73a1
commit 955b9f7701

View File

@@ -4,7 +4,7 @@
<div class="row">
<table class="table table table-sm col-xl-12">
<thead><tr class="thead-light"><th>Name</th><th>Size</th><th>Hash</th></tr></thead><tbody>
{% for item in image_list %}
{% for obj in file_list %}
<tr><td>
{% if obj.type=="Directory" %}
<i class="fas fa-folder"></i>