mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #2255: Corrected display of report results in report list
This commit is contained in:
@ -69,7 +69,7 @@
|
|||||||
<a href="#report.{{ report.name }}" class="list-group-item">
|
<a href="#report.{{ report.name }}" class="list-group-item">
|
||||||
<i class="fa fa-list-alt"></i> {{ report.name }}
|
<i class="fa fa-list-alt"></i> {{ report.name }}
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
{% include 'extras/inc/report_label.html' %}
|
{% include 'extras/inc/report_label.html' with result=report.result %}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Reference in New Issue
Block a user