From 223244b503743a0351d6746079d261b38fef7fb8 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 18 May 2014 16:16:08 +0200 Subject: 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. --- reports/site_media/bcfg2_base.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'reports') 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; -- cgit v1.2.3-1-g7c22