From 87fb4af5cb2eecc62aca05d3f1e7b83001ab5366 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 28 Sep 2017 15:18:40 -0400 Subject: [PATCH] Cosmetic cleanup --- netbox/templates/extras/report_list.html | 32 +++++++++++++----------- 1 file changed, 18 insertions(+), 14 deletions(-) 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 %}