Use case insensitive sort for host names

This commit is contained in:
2025-12-06 22:37:49 -05:00
parent e885c78fb5
commit 9ecb30f51f

View File

@@ -18,7 +18,7 @@
from hosts as h
inner join (select hostid, max(date) as date from eps group by hostid) as e
on h.hostid = e.hostid
order by h.host'
order by h.host COLLATE NOCASE asc'
) %-->
<tr class="lane">
<td><!--% get_avatar(host.hostid, host.host, host_cnt > 8) %--></td>