From 81ec89c6b7a25cbae1581cd4833f954e0a869f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 20 Aug 2024 08:59:27 +0200 Subject: [PATCH] order pools alphabetically --- resallocwebui/templates/pools.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resallocwebui/templates/pools.html b/resallocwebui/templates/pools.html index e9dfce0..b03235b 100644 --- a/resallocwebui/templates/pools.html +++ b/resallocwebui/templates/pools.html @@ -22,7 +22,7 @@

Resalloc pools

- {% for pool, info in information.items() %} + {% for pool, info in information.items()|sort(attribute='0') %} {{ pool }} {{ info['MAX'] }}