summaryrefslogtreecommitdiffstats
path: root/reports
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-05-18 16:16:08 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-06-18 15:00:50 +0200
commit223244b503743a0351d6746079d261b38fef7fb8 (patch)
tree576e6987df58367d5384e283ce5fa31d98216b97 /reports
parent6edabcee69bcc04c37a28be41a8ecc2e83dbe2a1 (diff)
downloadbcfg2-223244b503743a0351d6746079d261b38fef7fb8.tar.gz
bcfg2-223244b503743a0351d6746079d261b38fef7fb8.tar.bz2
bcfg2-223244b503743a0351d6746079d261b38fef7fb8.zip
Reports/templatetags: mark special hosts in grid view
Highligh additional special hosts in the grid view. Stale hosts get a grey background and clean hosts with extra packages get a blue background.
Diffstat (limited to 'reports')
-rw-r--r--reports/site_media/bcfg2_base.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/reports/site_media/bcfg2_base.css b/reports/site_media/bcfg2_base.css
index cd5acc6c1..edec22d7c 100644
--- a/reports/site_media/bcfg2_base.css
+++ b/reports/site_media/bcfg2_base.css
@@ -159,6 +159,9 @@ ul.menu-level2 {
.modified-lineitem {
background: #FFEC8B;
}
+.stale-lineitem {
+ background: #CCCCCC;
+}
table.grid-view {
border: solid 1px #98DBCC;