curls follow redirects. file listings have days to removal
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user