mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
Add filtering for failures
This commit is contained in:
parent
abb83f24b2
commit
42cd9fda83
5 changed files with 53 additions and 8 deletions
|
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Nightly build state for {{nightly}}</h1>
|
||||
<a href="/">Back</a>
|
||||
<a href="/">Home</a>
|
||||
<p>
|
||||
This contains the status of this nightly. Core is built with
|
||||
<code>cargo build --release -Zbuild-std=core</code>. This checks that
|
||||
|
|
@ -47,6 +47,15 @@
|
|||
<dd>{{std_failures}}</dd>
|
||||
</dl>
|
||||
</p>
|
||||
{% if showing_failures %}
|
||||
<p>
|
||||
<a href="/nightly?nightly={{nightly}}">show all</a>
|
||||
</p>
|
||||
{% else %}
|
||||
<p>
|
||||
<a href="/nightly?nightly={{nightly}}&failures=true">filter failures</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
<table>
|
||||
<tr>
|
||||
<th>nightly</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue