mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 14:59:02 +00:00
Added crawl logs page
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
{# File size & date #}
|
||||
<td style="white-space: nowrap; vertical-align: top; text-align: right; font-size: 14px">
|
||||
<div>{{ src["size"] | filesizeformat if src["size"] >= 0 else "?" }}</div>
|
||||
<code>{{ src["mtime"] | datetime_format }}</code>
|
||||
<code>{{ src["mtime"] | date_format }}</code>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user