From 3ef496b7ba14f5099f3d09f9da0e931411c2afc0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 5 Apr 2019 17:59:52 +0200 Subject: dashboard/app: split dashboard per-namespace We now have too many namespaces and bugs. Main page takes infinity to load. Also almost nobody is interested in more than 1 namespace. So split main page per-namespaces. --- dashboard/app/bug.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index ab32d8e54..6bbf30fc7 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -14,7 +14,7 @@ Page with details about a single bug. {{template "header" .Header}} - [{{.Bug.Namespace}}] {{.Bug.Title}}
+ {{.Bug.Title}}
Status: {{if .Bug.ExternalLink}}{{.Bug.Status}}{{else}}{{.Bug.Status}}{{end}}
Reported-by: {{.Bug.CreditEmail}}
{{if .Bug.Commits}} @@ -71,6 +71,7 @@ Page with details about a single bug. + @@ -86,6 +87,8 @@ Page with details about a single bug. {{end}} + + {{range $c := $.Crashes}} @@ -104,6 +107,7 @@ Page with details about a single bug. {{end}} {{end}} +
All crashes ({{.Bug.NumCrashes}}):
Manager TimeMaintainers
{{$c.Manager}}
-- cgit mrf-deployment