aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syz-gce/http.go2
-rw-r--r--syz-manager/html.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/syz-gce/http.go b/syz-gce/http.go
index 9ce0a4990..ebef2519b 100644
--- a/syz-gce/http.go
+++ b/syz-gce/http.go
@@ -86,7 +86,7 @@ manager is not running
Log:
<br>
-<textarea id="log_textarea" readonly rows="50">
+<textarea id="log_textarea" readonly rows="20">
{{.Log}}
</textarea>
<script>
diff --git a/syz-manager/html.go b/syz-manager/html.go
index 768112ec8..403687237 100644
--- a/syz-manager/html.go
+++ b/syz-manager/html.go
@@ -522,7 +522,7 @@ var summaryTemplate = template.Must(template.New("").Parse(addStyle(`
<b>Log:</b>
<br>
-<textarea id="log_textarea" readonly rows="50">
+<textarea id="log_textarea" readonly rows="20">
{{.Log}}
</textarea>
<script>