diff --git a/netbox/project-static/css/base.css b/netbox/project-static/css/base.css index e658589ac..32bb8aea5 100644 --- a/netbox/project-static/css/base.css +++ b/netbox/project-static/css/base.css @@ -372,7 +372,7 @@ table.reports td.method { font-family: monospace; padding-left: 30px; } -table.reports td.stats label { +td.report-stats label { display: inline-block; line-height: 14px; margin-bottom: 0; diff --git a/netbox/templates/extras/report.html b/netbox/templates/extras/report.html index 0e637abbc..92753e23b 100644 --- a/netbox/templates/extras/report.html +++ b/netbox/templates/extras/report.html @@ -29,67 +29,73 @@
{{ report.description }}
{% endif %} {% if report.result %} -Last run: {{ report.result.created }}
- {% else %} -Last run: Never
+Last run: {{ report.result.created }}
{% endif %} - -Time | -Level | -Object | -Message | -
---|
- {{ method }} - | +{{ method }} |
+ + + + + + | |||
---|---|---|---|---|---|
{{ time }} | -- - | -- {% if obj and url %} - {{ obj }} - {% elif obj %} - {{ obj }} - {% endif %} - | -{{ message }} | -
Time | +Level | +Object | +Message | +
---|---|---|---|
+ {{ method }} + | +|||
{{ time }} | ++ + | ++ {% if obj and url %} + {{ obj }} + {% elif obj %} + {{ obj }} + {% endif %} + | +{{ message }} | +