Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0rc4
-
Component/s: Frontend (F)
-
Labels:
Description
In overview page host are NOT sorted alphabetically. It is bug or feature?
In /include/items.inc.php line 719 is "ksort($hostNames, SORT_STRING);" should be "asort". Thx.