aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
authorAlexander Potapenko <ramosian.glider@gmail.com>2022-05-20 16:32:03 +0200
committerAlexander Potapenko <ramosian.glider@gmail.com>2022-05-20 17:34:59 +0200
commitbd37ad7ed09f3176a3793d63ec111a2b35ea9fc2 (patch)
tree3ade269960a7259870d78281cc829e86d970497d /dashboard/app/bug.html
parentbc12afb1fa14a157c64bcdc5a1b59e6ff8776440 (diff)
dashboard/app: update bug.html to use #crash_div
Switch to using a div instead of textarea on the /bug page.
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html
index 96a75389e..8b780dd19 100644
--- a/dashboard/app/bug.html
+++ b/dashboard/app/bug.html
@@ -35,7 +35,7 @@ Page with details about a single bug.
{{if .SampleReport}}
<br><b>Sample crash report:</b><br>
- <textarea id="log_textarea" readonly rows="25" wrap=off>{{printf "%s" .SampleReport}}</textarea><br>
+ <div id="crash_div"><p><pre>{{printf "%s" .SampleReport}}</pre></p></div><br>
{{end}}
{{if .FixBisections}}