From 9db88265dbce82f690f9b166b24bba1570d15854 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 14 Feb 2023 12:53:40 +0100 Subject: dashboard: display subsystems on the bug page Currently the information is only displayed on the main page, which is not very convenient. --- dashboard/app/bug.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index e13aa3de8..467969106 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -16,6 +16,12 @@ Page with details about a single bug. {{.Bug.Title}}

Status: {{if .Bug.ExternalLink}}{{.Bug.Status}}{{else}}{{.Bug.Status}}{{end}}
+ {{if .Subsystems}} + Subsystems: {{range .Subsystems}} + {{link .Link .Name}} + {{- end}} +
+ {{- end}} Reported-by: {{.Bug.CreditEmail}}
{{if .Bug.Commits}} Fix commit: {{template "fix_commits" .Bug.Commits}}
-- cgit mrf-deployment