From dc023c8572d0de8a4e1a30b01496eb876ec4f705 Mon Sep 17 00:00:00 2001 From: Claus Lohmar Date: Mon, 27 Jul 2026 07:24:56 +0000 Subject: [PATCH] fix: show storage dropdown even when only one pool available --- frontend/templates/_analysis.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/templates/_analysis.html b/frontend/templates/_analysis.html index b9e7ebf..df80fc6 100644 --- a/frontend/templates/_analysis.html +++ b/frontend/templates/_analysis.html @@ -63,15 +63,14 @@
- {% if storage_pools and storage_pools|length > 1 %} + {% if storage_pools %} {% else %} - + {% endif %}