aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dashboard/app/main.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/dashboard/app/main.go b/dashboard/app/main.go
index 8a2a15383..7daa4c1da 100644
--- a/dashboard/app/main.go
+++ b/dashboard/app/main.go
@@ -1114,7 +1114,10 @@ func createUISubsystem(ns string, item *subsystem.Subsystem, cached *Cached) *ui
},
Fixed: uiSubsystemStats{
Count: stats.Fixed,
- Link: html.AmendURL("/"+ns+"/fixed", "subsystem", item.Name),
+ Link: html.AmendURL("/"+ns+"/fixed", "label", BugLabel{
+ Label: SubsystemLabel,
+ Value: item.Name,
+ }.String()),
},
}
}