From bd37ad7ed09f3176a3793d63ec111a2b35ea9fc2 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Fri, 20 May 2022 16:32:03 +0200 Subject: dashboard/app: update bug.html to use #crash_div Switch to using a div instead of textarea on the /bug page. --- dashboard/app/bug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}
Sample crash report:
-
+

{{printf "%s" .SampleReport}}


{{end}} {{if .FixBisections}} -- cgit mrf-deployment