Skip to content

Commit

Permalink
ui: Move link to flaky tests to sitemap
Browse files Browse the repository at this point in the history
It's more visible / accessible up there.
  • Loading branch information
danobi authored and kuba-moo committed May 7, 2024
1 parent c2dee8d commit c338ed1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions ui/nipa.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ tr:nth-child(even) {
border: solid grey 1px;
}

#flake-link {
margin: 1em;
}

@media (prefers-color-scheme: dark) {
body {
color: #b8b8b8;
Expand Down
3 changes: 2 additions & 1 deletion ui/sitemap.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<nav>
<img src="/favicon-status.png" style="height: 1em;"> <a href="/status.html">Status</a> |
<img src="/favicon-contest.png" style="height: 1em;"> <a href="/contest.html">Result log</a> |
<img src="/favicon-stats.png" style="height: 1em;"> <a href="/checks.html">Check stats</a>
<img src="/favicon-stats.png" style="height: 1em;"> <a href="/checks.html">Check stats</a> |
<img src="/favicon-flakes.png" style="height: 1em;"> <a href="/flakes.html">Flaky tests</a>
</nav>
4 changes: 0 additions & 4 deletions ui/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ <h3>Continuous testing results</h3>
<div id="contest-filters">
<h3>Patchwork reporting</h3>
<p id="cf-execs"></p>
<div id="flake-link">
<img src="favicon-flakes.png" style="height: 1em;"/>
<a href="flakes.html">Test flakiness view</a>
</div>
<h4>Ignored tests:</h4>
<table id="cf-tests">
<tr id="cf-tests-hdr">
Expand Down

0 comments on commit c338ed1

Please sign in to comment.