Skip to content

Commit

Permalink
added type column to failure aspects
Browse files Browse the repository at this point in the history
  • Loading branch information
sena committed Oct 21, 2024
1 parent 2e6a7f8 commit 28a7ce2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<thead>
<th class="centered-text">Rank</th>
<th class="w75">Failure Aspect</th>
<th class="centered-text">Type</th>
<th>Status</th>
</thead>
<tbody>
Expand All @@ -44,6 +45,7 @@
<span
innerhtml.bind="failureAspect.message | htmlEscape | highlightText:searchRegexp"></span></a>
</td>
<td class="centered-text">${failureAspect.isMinor ? "Minor" : "Major"}</td>
<td>
<div class="mt1 mb1" repeat.for="status of failureAspect.availableStatuses">
<a class="badge status-${status|statusClass}"
Expand Down

0 comments on commit 28a7ce2

Please sign in to comment.