aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-02-21 16:39:44 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2023-02-21 16:53:54 +0100
commitd21349bc193bde842fa86a8b4d7f34a4ebad3c17 (patch)
treed29bc593a9712138ede125adc8072ec9174fcf93 /dashboard/dashapi/dashapi.go
parentd8daec9bf46bd8bd47e92e34f3b713b4f2961c62 (diff)
dashboard: include subsystem links in BugReport
Include the link to the subsystem page on the dashboard.
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 49f586250..d3ee7bae3 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -421,6 +421,7 @@ type ReportElements struct {
type BugSubsystem struct {
Name string
+ Link string
}
type Asset struct {