curls follow redirects. file listings have days to removal

This commit is contained in:
2019-08-30 15:57:00 +03:00
parent 1fa2fcfe06
commit 0f16ecbcd9
5 changed files with 42 additions and 23 deletions

View File

@@ -68,6 +68,9 @@
<th>Name
<th class=td_right>Size(MB)
<th>Mod.Time
{% if autoremove > 0 %}
<th>Remove in
{% endif %}
</tr>
</thead>
<tbody>
@@ -89,6 +92,9 @@
{% endif %}
<td class=td_right>{{ entry.size|safe }}
<td>{{ entry.mtime|safe }}
{% if autoremove > 0 %}
<td class="td_right">{{ entry.to_remove | safe }}
{% endif %}
</tr>
{% endfor %}
</tbody>