aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
-rw-r--r--dashboard/dashapi/dashapi.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index 6f6bc81c7..85ac82b44 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -785,6 +785,7 @@ type FullBugInfo struct {
BisectCause *BugReport
BisectFix *BugReport
Crashes []*BugReport
+ TreeJobs []*JobInfo
}
type SimilarBugInfo struct {