From: Zdenek Sustr Date: Sun, 26 May 2013 13:56:08 +0000 (+0200) Subject: Link to glued report. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=7de641bfb52b17cfee0564b28e34bb3ca8a39567;p=meta-dashboard.git Link to glued report. --- 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"; }