Skip to content

Commit

Permalink
Add outcome label to provision streak column in agent table
Browse files Browse the repository at this point in the history
  • Loading branch information
val500 committed Jan 23, 2025
1 parent 60333b1 commit eb4a1df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions server/src/templates/agents.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ <h1 class="p-heading--3">
<table aria-label="Agents table" class="p-table--mobile-card">
<thead>
<tr>
<th aria-sort="none" class="has-overflow" style="width: 40pt" use-outcome-sort></th>
<!-- Added an empty header for the warning icon column -->
<th aria-sort="none" class="has-overflow" style="width: 80pt" use-outcome-sort>
<span class="p-tooltip--top-left" aria-describedby="tooltip">
<span class="p-tooltip__message" role="tooltip" id="tooltip">The number of consecutively successful / failed provisioning attempts</span>
Outcome
</span>
</th>
<th aria-sort="none">Name</th>
<th aria-sort="none">State</th>
<th aria-sort="none">Updated At</th>
Expand Down

0 comments on commit eb4a1df

Please sign in to comment.