Skip to content

Commit

Permalink
Remove seconds info from validation report
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Jul 2, 2024
1 parent 397d7d6 commit 0500df1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckanext/validation/templates/validation/validation_read.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ <h1 class="page-heading">{{ h.resource_display_name(resource) | truncate(50) }}

<div class="validation-details">
<div>{{ _('Validation timestamp') }}: {{ h.render_datetime(resource.validation_timestamp, with_hours=True) }}</div>
{% if validation.report %}
<div>{{ _('Duration') }}: {{ h.validation_dict(validation.report)["stats"]["seconds"] }}s</div>
{% endif %}
</div>

{% if validation.report %}
Expand Down

0 comments on commit 0500df1

Please sign in to comment.