diff options
author | Tim Laszlo <tim.laszlo@gmail.com> | 2012-06-05 14:41:43 -0500 |
---|---|---|
committer | Tim Laszlo <tim.laszlo@gmail.com> | 2012-06-05 14:41:43 -0500 |
commit | 5de4020d2a2ed1028ce39d3a8bd3a8bd865fc8cd (patch) | |
tree | ad6142d0100871bc86ae7fde50effc04a675b8f7 /reports | |
parent | e2b832878a70478add4859f6f17039be9474b749 (diff) | |
download | bcfg2-5de4020d2a2ed1028ce39d3a8bd3a8bd865fc8cd.tar.gz bcfg2-5de4020d2a2ed1028ce39d3a8bd3a8bd865fc8cd.tar.bz2 bcfg2-5de4020d2a2ed1028ce39d3a8bd3a8bd865fc8cd.zip |
web_reports: added a view to show the most common configuration problems
Diffstat (limited to 'reports')
-rw-r--r-- | reports/site_media/bcfg2_base.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/reports/site_media/bcfg2_base.css b/reports/site_media/bcfg2_base.css index d74c1b618..83890fd11 100644 --- a/reports/site_media/bcfg2_base.css +++ b/reports/site_media/bcfg2_base.css @@ -264,3 +264,9 @@ span.nav_bar_current { border: 1px solid #98DBCC; padding: 1px; } +#threshold_box { + border: 1px solid #98DBCC; + margin-top: 5px; + width: 640px; + padding: 5px; +} |