chiark
/
gitweb
/
~mdw
/
rsync-backup
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
check-bkp-status.in: Height cap on log information.
[rsync-backup]
/
check-bkp-status.in
diff --git
a/check-bkp-status.in
b/check-bkp-status.in
index 5bbbdc2119790f3f95969408c0e7926cf7b7c4d2..73d8e84931a8ad309915249c24e7ff512f784174 100644
(file)
--- a/
check-bkp-status.in
+++ b/
check-bkp-status.in
@@
-221,9
+221,11
@@
html_header () {
padding: 1ex;
background: #eee;
border: solid thin black;
- overflow
-y
: auto;
+ overflow: auto;
}
+ pre.logdump { max-height: 120ex; }
+
.hide { display: none; }
a.expand-button {
float: right;