QoL and metric value inverter
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
<th>Status</th>
|
||||
<th>Total</th>
|
||||
<th>P1 Checked</th>
|
||||
<th>P1 Blocked</th>
|
||||
<th>P1 Failed</th>
|
||||
<th>P2 Estimated</th>
|
||||
<th>P3 Scored</th>
|
||||
<th>P4 Reviewed</th>
|
||||
@@ -113,7 +113,7 @@
|
||||
<td><span class="badge badge-{{ run.status }}">{{ run.status }}</span></td>
|
||||
<td>{{ run.total_combos or '—' }}</td>
|
||||
<td>{{ run.combos_pass1 or '—' }}</td>
|
||||
<td>{% if blocked %}<span class="badge badge-blocked">{{ blocked }}</span>{% else %}—{% endif %}</td>
|
||||
<td>{% if blocked %}<span class="badge badge-p1_fail">{{ blocked }}</span>{% else %}—{% endif %}</td>
|
||||
<td>{{ run.combos_pass2 or '—' }}</td>
|
||||
<td>{{ run.combos_pass3 or '—' }}</td>
|
||||
<td>{{ run.combos_pass4 or '—' }}</td>
|
||||
@@ -133,7 +133,7 @@
|
||||
<h3>{{ d.name }} <span class="subtitle">{{ d.description }}</span></h3>
|
||||
<dl class="summary-dl">
|
||||
<dt>Results</dt><dd>{{ s.total_results }} scored combinations</dd>
|
||||
<dt>Blocked</dt><dd>{{ s.blocked }} combinations</dd>
|
||||
<dt>Failed</dt><dd>{{ s.failed }} combinations</dd>
|
||||
<dt>Score range</dt><dd class="score-cell">{{ "%.4f"|format(s.min_score) }} — {{ "%.4f"|format(s.max_score) }}</dd>
|
||||
<dt>Avg score</dt><dd class="score-cell">{{ "%.4f"|format(s.avg_score) }}</dd>
|
||||
<dt>Last pass</dt><dd>{{ s.last_pass }}</dd>
|
||||
|
||||
Reference in New Issue
Block a user