Skip to content

Commit

Permalink
webui: display also delete requests
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jan 18, 2025
1 parent fe776fb commit a0bddf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resallocwebui/templates/pools.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ <h1 class="resource--title">Resalloc pools</h1>
<th scope="col">Ready</th>
<th scope="col">Taken</th>
<th scope="col">Starting</th>
<th scope="col">Delete Requested</th>
<th scope="col">Deleting</th>
<th scope="col">Releasing</th>
</tr>
Expand All @@ -29,6 +30,7 @@ <h1 class="resource--title">Resalloc pools</h1>
<td>{{ summary.READY }}</td>
<td>{{ summary.TAKEN }}</td>
<td>{{ summary.STARTING }}</td>
<td>{{ summary.DELETE_REQUEST }}</td>
<td>{{ summary.DELETING }}</td>
<td>{{ summary.RELEASING }}</td>
</tr>
Expand All @@ -49,6 +51,7 @@ <h1 class="resource--title">Resalloc pools</h1>
<td>{{ info['READY'] }}</td>
<td>{{ info['TAKEN'] }}</td>
<td>{{ info['STARTING'] }}</td>
<td>{{ info['DELETE_REQUEST'] }}</td>
<td>{{ info['DELETING'] }}</td>
<td>{{ info['RELEASING'] }}</td>
</tr>
Expand Down

0 comments on commit a0bddf0

Please sign in to comment.