updated file_list var
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<table class="table table table-sm col-xl-12">
|
<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>
|
<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>
|
<tr><td>
|
||||||
{% if obj.type=="Directory" %}
|
{% if obj.type=="Directory" %}
|
||||||
<i class="fas fa-folder"></i>
|
<i class="fas fa-folder"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user