git://git.exim.org
/
buildfarm-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b435360
)
reduce cols in log stages section
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 26 Jan 2009 02:16:16 +0000
(
02:16
+0000)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 26 Jan 2009 02:16:16 +0000
(
02:16
+0000)
cgi-bin/show_log.pl
patch
|
blob
|
history
diff --git
a/cgi-bin/show_log.pl
b/cgi-bin/show_log.pl
index a966ed973d817aebdb28eaf3154f26a80159037a..c9c0db7626a7619b56ec54f78d55574b01edc26d 100755
(executable)
--- a/
cgi-bin/show_log.pl
+++ b/
cgi-bin/show_log.pl
@@
-100,7
+100,7
@@
map {s/&/&/g; s/</</g; s/>/>/g; s/\"/"/g;} ($log,$conf);
use POSIX qw(ceil);
-my $lrfactor =
7
;
+my $lrfactor =
6
;
my $logrows = ceil(scalar(@log_file_names)/$lrfactor);
my $logcells = $lrfactor * $logrows;