Skip to content

Commit

Permalink
Fixes #2255: Corrected display of report results in report list
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Jul 20, 2018
1 parent 93ce0ce commit d04727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/extras/report_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h3><a name="module.{{ module }}"></a>{{ module|bettertitle }}</h3>
<a href="#report.{{ report.name }}" class="list-group-item">
<i class="fa fa-list-alt"></i> {{ report.name }}
<div class="pull-right">
{% include 'extras/inc/report_label.html' %}
{% include 'extras/inc/report_label.html' with result=report.result %}
</div>
</a>
{% endfor %}
Expand Down

0 comments on commit d04727f

Please sign in to comment.