Display remaining time until removal

This commit is contained in:
kamkow1
2025-06-22 19:41:38 +02:00
parent 5578822c3f
commit 110a7387b5
3 changed files with 48 additions and 13 deletions

View File

@ -11,6 +11,7 @@
<td><a href="/store/{{.FileName}}">{{.ReadableName}}</a></td>
<td><span>{{.Perm}}</span></td>
<td><span>{{.Modtime}}</span></td>
<td><span>{{.TimeLeft}}</span></td>
</tr>
{{end}}
</table>