Merge pull request 'Use case insensitive sort for host names' (#322) from i318_Sort-hosts-page-by-lowercase-host-name into main

Reviewed-on: #322
This commit was merged in pull request #322.
This commit is contained in:
2025-12-07 03:41:52 +00:00

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>