Skip to content

Commit c338ed1

Browse files
danobikuba-moo
authored andcommitted
ui: Move link to flaky tests to sitemap
It's more visible / accessible up there.
1 parent c2dee8d commit c338ed1

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

ui/nipa.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ tr:nth-child(even) {
4545
border: solid grey 1px;
4646
}
4747

48-
#flake-link {
49-
margin: 1em;
50-
}
51-
5248
@media (prefers-color-scheme: dark) {
5349
body {
5450
color: #b8b8b8;

ui/sitemap.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<nav>
22
<img src="/favicon-status.png" style="height: 1em;"> <a href="/status.html">Status</a> |
33
<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>
56
</nav>

ui/status.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ <h3>Continuous testing results</h3>
9393
<div id="contest-filters">
9494
<h3>Patchwork reporting</h3>
9595
<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>
10096
<h4>Ignored tests:</h4>
10197
<table id="cf-tests">
10298
<tr id="cf-tests-hdr">

0 commit comments

Comments
 (0)