diff --git a/netbox/project-static/css/base.css b/netbox/project-static/css/base.css index bd157082719..e658589ac03 100644 --- a/netbox/project-static/css/base.css +++ b/netbox/project-static/css/base.css @@ -378,6 +378,13 @@ table.reports td.stats label { margin-bottom: 0; min-width: 40px; } +table.report th { + position: relative; +} +table.report th a { + position: absolute; + top: -51px; +} /* AJAX loader */ .loading { diff --git a/netbox/templates/extras/report.html b/netbox/templates/extras/report.html index 050d6e4456a..0e637abbca6 100644 --- a/netbox/templates/extras/report.html +++ b/netbox/templates/extras/report.html @@ -36,7 +36,7 @@
| Time | @@ -45,27 +45,31 @@Message | ||
|---|---|---|---|
| {{ method }} | -|||
| {{ time }} | -- - | -- {% if obj and url %} - {{ obj }} - {% elif obj %} - {{ obj }} - {% endif %} - | -{{ message }} | +
| + {{ method }} + | |||
| {{ time }} | ++ + | ++ {% if obj and url %} + {{ obj }} + {% elif obj %} + {{ obj }} + {% endif %} + | +{{ message }} | +