1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #1544 from digitalocean/reports

Closes #1511: Implemented reports
This commit is contained in:
Jeremy Stretch
2017-09-28 17:16:10 -04:00
committed by GitHub
21 changed files with 815 additions and 8 deletions

View File

@@ -339,6 +339,18 @@ table.component-list td.subtable td {
padding-top: 6px;
}
/* Reports */
table.reports td.method {
font-family: monospace;
padding-left: 30px;
}
table.reports td.stats label {
display: inline-block;
line-height: 14px;
margin-bottom: 0;
min-width: 40px;
}
/* AJAX loader */
.loading {
position: fixed;