Skip to content

Commit c66e86b

Browse files
authored
Import History: Make the absence of action more clear (#11637)
1 parent 80a29ce commit c66e86b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dojo/templates/dojo/view_test.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ <h4 class="has-filters">
277277
{% for action in finding_action_list %}
278278
{{ action.list|length }} {{ action.grouper }}
279279
{% if not forloop.last %},{% endif %}
280+
{% empty %}
281+
There were no findings created, closed, or modified
280282
{% endfor %}
281283
</a>
282284
</td>

0 commit comments

Comments
 (0)