From a0bddf05f727ad1b954860fe96246d0ce9d30567 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 18 Jan 2025 14:31:10 +0100 Subject: [PATCH] webui: display also delete requests --- resallocwebui/templates/pools.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resallocwebui/templates/pools.html b/resallocwebui/templates/pools.html index edbea18..16c206a 100644 --- a/resallocwebui/templates/pools.html +++ b/resallocwebui/templates/pools.html @@ -17,6 +17,7 @@

Resalloc pools

Ready Taken Starting + Delete Requested Deleting Releasing @@ -29,6 +30,7 @@

Resalloc pools

{{ summary.READY }} {{ summary.TAKEN }} {{ summary.STARTING }} + {{ summary.DELETE_REQUEST }} {{ summary.DELETING }} {{ summary.RELEASING }} @@ -49,6 +51,7 @@

Resalloc pools

{{ info['READY'] }} {{ info['TAKEN'] }} {{ info['STARTING'] }} + {{ info['DELETE_REQUEST'] }} {{ info['DELETING'] }} {{ info['RELEASING'] }}