store file names as the PathBuf

This commit is contained in:
yggverse 2025-08-09 20:07:59 +03:00
parent 88dfbab0f7
commit bff6b209c9
4 changed files with 20 additions and 27 deletions

View file

@ -31,7 +31,7 @@
<tbody>
{% for file in files_list %}
<tr>
<td>{{ file.name }}</td>
<td>{{ file.path }}</td>
<td>{{ file.size }}</td>
</tr>
{% endfor %}