From: Darold Gilles Date: Wed, 17 Apr 2013 18:52:35 +0000 (+0200) Subject: Cosmetic change to the Min/Max/Avg duration column in Slowest queries (N) report. X-Git-Tag: v3.3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f120de29b1d669b1e30aaa43cb433a99f1b91112;p=pgbadger Cosmetic change to the Min/Max/Avg duration column in Slowest queries (N) report. --- diff --git a/pgbadger b/pgbadger index 6085ac6..99b343c 100755 --- a/pgbadger +++ b/pgbadger @@ -2124,6 +2124,7 @@ div.reports { padding:4px; } #content table td.right { text-align:right; } #content table td.center { text-align:center; } #content table td.relevantInformation { font-weight:bold; } +#content table td.relevantInformationSmall { font-size: 11px; font-weight:bold; } table.HourStatsTable { background:#F3F2ED; @@ -3870,7 +3871,7 @@ sub dump_as_html } } my $col = $idx % 2; - print $fh "$idx", + print $fh "$idx", &convert_time($normalyzed_info{$k}{min}), "/", &convert_time($normalyzed_info{$k}{max}), "/", &convert_time($normalyzed_info{$k}{average}),