aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
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 2cdfc8d78..056699fae 100644
--- a/dashboard/app/bug.html
+++ b/dashboard/app/bug.html
@@ -38,7 +38,7 @@ Page with details about a single bug.
<caption>All crashes ({{.Bug.NumCrashes}}):</caption>
<tr>
<th><a onclick="return sortTable(this, 'Manager', textSort)" href="#">Manager</a></th>
- <th><a onclick="return sortTable(this, 'Time', textSort)" href="#">Time</a></th>
+ <th><a onclick="return sortTable(this, 'Time', textSort, true)" href="#">Time</a></th>
<th><a onclick="return sortTable(this, 'Kernel', textSort)" href="#">Kernel</a></th>
<th><a onclick="return sortTable(this, 'Commit', textSort)" href="#">Commit</a></th>
<th><a onclick="return sortTable(this, 'Syzkaller', textSort)" href="#">Syzkaller</a></th>