From 80365ff31e13ba44fc0c5f39e38707d543ce9d8c Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 28 Apr 2023 12:53:32 +0200 Subject: dashboard: let admins trace subsystem assignment --- dashboard/app/bug.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 8fca0cf74..3078eee42 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -22,6 +22,9 @@ Page with details about a single bug. {{- end}} (incorrect?)
{{- end}} + {{if .DebugSubsystems}} + {{link .DebugSubsystems "[Debug subsystem assignment]"}}
+ {{- end}} {{if .Bug.CreditEmail}} Reported-by: {{.Bug.CreditEmail}}
{{- end}} -- cgit mrf-deployment