mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-26 02:38:48 +02:00
Started adding a view for individual reports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% if report.results.failed %}
|
||||
{% if report.result.failed %}
|
||||
<label class="label label-danger">Failed</label>
|
||||
{% elif report.results %}
|
||||
{% elif report.result %}
|
||||
<label class="label label-success">Passed</label>
|
||||
{% else %}
|
||||
<label class="label label-default">N/A</label>
|
||||
|
||||
Reference in New Issue
Block a user