We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87319a1 commit 54b0e4bCopy full SHA for 54b0e4b
django_sonar/templates/django_sonar/requests/index.html
@@ -3,6 +3,11 @@
3
<h5 class="card-title">Requests</h5>
4
</div>
5
<div class="card-body">
6
+
7
+ {% if not sonar_requests %}
8
+ <div class="text-light-grey">No requests found</div>
9
+ {% else %}
10
11
<table class="table table-dashed table-row-dashed table-hover">
12
<thead>
13
<tr class="">
@@ -46,5 +51,7 @@ <h5 class="card-title">Requests</h5>
46
51
</tbody>
47
52
</table>
48
53
54
+ {% endif %}
55
49
56
50
57
0 commit comments