1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Added report results to the home page

This commit is contained in:
Jeremy Stretch
2018-01-30 21:01:08 -05:00
parent 2bb0e65aea
commit 49f268a14c
5 changed files with 21 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{% if report.result.failed %}
{% if result.failed %}
<label class="label label-danger">Failed</label>
{% elif report.result %}
{% elif result %}
<label class="label label-success">Passed</label>
{% else %}
<label class="label label-default">N/A</label>