Преглед изворни кода

Sorted services array

Without, one going offline will make the order jump around
Henry Whitaker пре 6 година
родитељ
комит
92844e9589
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      api/functions/homepage-connect-functions.php

+ 1 - 0
api/functions/homepage-connect-functions.php

@@ -2574,6 +2574,7 @@ function getMonitorr()
 					$statuses[$service]['image'] = $url . '/assets/img/' . $image;
 				}
 
+				ksort($statuses);
 				$api['services'] = $statuses;
 				$api['options'] = [
 					'title' => $GLOBALS['monitorrHeader'],