From 951a4682822a8974365f657ac6e2e3ce7c26c569 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Thu, 6 Jul 2023 11:26:29 +0200 Subject: [PATCH] #11418 fixed id modules order in view graphs --- pandora_console/operation/agentes/graphs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/agentes/graphs.php b/pandora_console/operation/agentes/graphs.php index b796c610c7..bc803f745c 100644 --- a/pandora_console/operation/agentes/graphs.php +++ b/pandora_console/operation/agentes/graphs.php @@ -176,7 +176,7 @@ foreach ($modules_boolean as $i => $m) { $list_modules = ($modules_networkmap_no_proc + $modules_others + $modules_boolean); -sort($list_modules); +asort($list_modules); // ---------------------------------------------------------------------- if (empty($modules)) { // Selected the first 6 modules.