Skip to content

Commit

Permalink
Disable time delta in monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 2, 2023
1 parent 8f669a9 commit f60fbba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions archive_query_log/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ <h2>Stats</h2>
<td style="text-align: right">{{ "{:,.0f}".format(statistics.total) }}</td>
<td style="text-align: right">{{ statistics.disk_size }}</td>
<td>
{% if statistics.last_modified and statistics.last_modified_delta %}
{% if statistics.last_modified %}
<time datetime="{{ statistics.last_modified.isoformat() }}">
{{ statistics.last_modified_delta }} ago
<br>
<small>{{ statistics.last_modified.strftime("%c") }}</small>
{{ statistics.last_modified.strftime("%c") }}
</time>
{% else %}
Expand Down

0 comments on commit f60fbba

Please sign in to comment.