diff options
Diffstat (limited to 'dashboard/app/bug.html')
| -rw-r--r-- | dashboard/app/bug.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 9de9576fa..263fd49ec 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -28,8 +28,13 @@ Page with details about a single bug. {{template "bug_list" .Dups}} {{template "bug_list" .Similar}} + {{if .SampleReport}} + <br><b>Sample crash report:</b><br> + <textarea id="log_textarea" readonly rows="25" wrap=off>{{printf "%s" .SampleReport}}</textarea><br> + {{end}} + <table class="list_table"> - <caption>Crashes ({{.Bug.NumCrashes}}):</caption> + <caption>All crashes ({{.Bug.NumCrashes}}):</caption> <tr> <th><a onclick="return sortTable('Manager', textSort)" href="#">Manager</a></th> <th><a onclick="return sortTable('Time', dateSort)" href="#">Time</a></th> |
