diff --git a/netbox/templates/extras/report_list.html b/netbox/templates/extras/report_list.html index fde83ddc3..0ff0a432c 100644 --- a/netbox/templates/extras/report_list.html +++ b/netbox/templates/extras/report_list.html @@ -13,7 +13,7 @@ Name Status Description - Last Run + Last Run @@ -27,9 +27,9 @@ {{ report.description|default:"" }} {% if report.result %} - {{ report.result.created }} + {{ report.result.created }} {% else %} - Never + Never {% endif %} {% for method, stats in report.result.data.items %} @@ -51,19 +51,23 @@ {% endfor %}
- +
{% endblock %}