diff --git a/frontend/templates/files.html b/frontend/templates/files.html index 9c9b13aa..8daee476 100644 --- a/frontend/templates/files.html +++ b/frontend/templates/files.html @@ -345,25 +345,25 @@ {% block content %} -
Drop files or folders anywhere to upload
| - + | + | -+ | ID {% if sort_by == 'id' %} @@ -520,7 +520,7 @@ {% endif %} | -+ | Original Filename {% if sort_by == 'original_filename' %} @@ -530,7 +530,7 @@ {% endif %} | -+ | File Size {% if sort_by == 'file_size' %} @@ -540,7 +540,7 @@ {% endif %} | -+ | MIME Type {% if sort_by == 'mime_type' %} @@ -550,8 +550,8 @@ {% endif %} | -Status | -+ | Status | +Created At {% if sort_by == 'created_at' %} @@ -561,7 +561,7 @@ {% endif %} | -Actions | +Actions | {{ file.created_at.strftime('%Y-%m-%d %H:%M:%S') if file.created_at else 'N/A' }} |
-
|
@@ -621,11 +621,11 @@
|---|