aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-07-26 15:38:07 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-07-26 14:43:46 +0000
commit41fe1bae463b32861fb14e967372da7e318bc6e1 (patch)
treeb1448dfd0c3e3b218d73c9632fe23d94e08180ac /dashboard/dashapi
parentcc502a1167cbc890cb74e818e5cc6bfe252ad409 (diff)
dashboard: display fix candidate info on the bug page
Diffstat (limited to 'dashboard/dashapi')
-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 28a805edd..4513c8477 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -891,6 +891,7 @@ type JobInfo struct {
KernelAlias string
KernelCommit string
KernelCommitLink string
+ KernelLink string
PatchLink string
Attempts int
Started time.Time