From 7de641bfb52b17cfee0564b28e34bb3ca8a39567 Mon Sep 17 00:00:00 2001 From: Zdenek Sustr Date: Sun, 26 May 2013 15:56:08 +0200 Subject: [PATCH] Link to glued report. --- dashboard.pl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dashboard.pl b/dashboard.pl index bc32cb7..a4ac082 100755 --- a/dashboard.pl +++ b/dashboard.pl @@ -175,6 +175,8 @@ print qq( table.modified {border:0px none; width:1280px;} td.modified {font-size:small; border:0px none; float:right; text-align: right;} td.thanks {font-size:small; border:0px none; text-align: right;} + td.overallreps {font-size:small; border:0px none; text-align: center; background-color: #eeeeee; margin-top:6px; margin-bottom:3px;} + tr.overallreps {margin-top:6px; margin-bottom:3px;} td.heading {font-size:xx-large; font-family:sans-serif; font-weight:bold; border: 0px none; float:left; text-align:left; white-space:nowrap;} td.message {font-weight:bold; border: 0px none; float:left; text-align:left;} img { border:0px; } @@ -312,6 +314,11 @@ print qq( } print " \n"; } + print "\n"; + foreach my $c (sort keys %components) { + print " Get Report\n"; + } + print " \n"; print "\n\n"; } -- 1.8.2.3