Skip to content

Commit

Permalink
Import History: Make the absence of action more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Jan 24, 2025
1 parent feabd7b commit 5923cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dojo/templates/dojo/view_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ <h4 class="has-filters">
{% for action in finding_action_list %}
{{ action.list|length }} {{ action.grouper }}
{% if not forloop.last %},{% endif %}
{% empty %}
There were no findings created, closed, or modified
{% endfor %}
</a>
</td>
Expand Down

0 comments on commit 5923cf1

Please sign in to comment.