File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed
Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1919 {{end}}
2020 {{template "bug_filter" $.BugFilter}}
2121 {{range $group := $.Groups}}
22- {{template "bug_list" $group}}
22+ < details open >
23+ < summary class ="bug_list_caption ">
24+ {{$group.Caption}} ({{len $group.Bugs}})
25+ < a id ="{{$group.Fragment}} " href ="#{{$group.Fragment}} "> 🔗</ a >
26+ </ summary >
27+ {{template "bug_list" $group}}
28+ </ details >
2329 {{end}}
2430</ body >
2531</ html >
Original file line number Diff line number Diff line change @@ -164,16 +164,6 @@ <h1><a href="/{{$.Namespace}}">syzbot</a></h1>
164164{{if .}}
165165{{if .Bugs}}
166166< table class ="list_table ">
167- {{if $.Caption}}
168- {{if $.Fragment}}
169- < caption id ="{{$.Fragment}} "> < a class ="plain " href ="#{{$.Fragment}} ">
170- {{else}}
171- < caption >
172- {{end}}
173- {{$.Caption}} ({{len $.Bugs}}):
174- {{if $.Fragment}}</ a > {{end}}
175- </ caption >
176- {{end}}
177167 < thead >
178168 < tr >
179169 {{if $.ShowNamespace}}
Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ table td, table th {
6666 color : # 375EAB ;
6767}
6868
69+ .bug_list_caption {
70+ font-weight : bold;
71+ font-size : large;
72+ color : # 375EAB ;
73+ cursor : pointer;
74+ }
75+
6976.position_table {
7077 border : 0px ;
7178 margin : 0px ;
You can’t perform that action at this time.
0 commit comments