From d21349bc193bde842fa86a8b4d7f34a4ebad3c17 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 21 Feb 2023 16:39:44 +0100 Subject: dashboard: include subsystem links in BugReport Include the link to the subsystem page on the dashboard. --- dashboard/dashapi/dashapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi/dashapi.go') 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 { -- cgit mrf-deployment