File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,6 @@ tr:nth-child(even) {
45
45
border : solid grey 1px ;
46
46
}
47
47
48
- # flake-link {
49
- margin : 1em ;
50
- }
51
-
52
48
@media (prefers-color-scheme : dark) {
53
49
body {
54
50
color : # b8b8b8 ;
Original file line number Diff line number Diff line change 1
1
< nav >
2
2
< img src ="/favicon-status.png " style ="height: 1em; "> < a href ="/status.html "> Status</ a > |
3
3
< img src ="/favicon-contest.png " style ="height: 1em; "> < a href ="/contest.html "> Result log</ a > |
4
- < img src ="/favicon-stats.png " style ="height: 1em; "> < a href ="/checks.html "> Check stats</ a >
4
+ < img src ="/favicon-stats.png " style ="height: 1em; "> < a href ="/checks.html "> Check stats</ a > |
5
+ < img src ="/favicon-flakes.png " style ="height: 1em; "> < a href ="/flakes.html "> Flaky tests</ a >
5
6
</ nav >
Original file line number Diff line number Diff line change @@ -93,10 +93,6 @@ <h3>Continuous testing results</h3>
93
93
< div id ="contest-filters ">
94
94
< h3 > Patchwork reporting</ h3 >
95
95
< p id ="cf-execs "> </ p >
96
- < div id ="flake-link ">
97
- < img src ="favicon-flakes.png " style ="height: 1em; "/>
98
- < a href ="flakes.html "> Test flakiness view</ a >
99
- </ div >
100
96
< h4 > Ignored tests:</ h4 >
101
97
< table id ="cf-tests ">
102
98
< tr id ="cf-tests-hdr ">
You can’t perform that action at this time.
0 commit comments