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'] }}