diff --git a/templates/file_list.html b/templates/file_list.html index 0165d09..7534897 100644 --- a/templates/file_list.html +++ b/templates/file_list.html @@ -2,8 +2,8 @@
| Name | Size (MB) | Hash |
|---|
| Name | Size (MB) | Path Prefix | Hash |
|---|---|---|---|
|
{% if obj.type == "Directory" %}
@@ -32,7 +32,7 @@
| {{obj.size_mb}} | {{obj.hash}} | {{obj.size_mb}} | {{obj.path_prefix}} | {{obj.hash}} {% endfor %} |