diff --git a/pandora_console/godmode/agentes/modificar_agente.php b/pandora_console/godmode/agentes/modificar_agente.php index 62cb375ef5..670009bf2f 100644 --- a/pandora_console/godmode/agentes/modificar_agente.php +++ b/pandora_console/godmode/agentes/modificar_agente.php @@ -564,7 +564,7 @@ if ($agents !== false) { if ($agent['quiet']) { echo " "; - html_print_image("images/dot_green.disabled.png", false, array("border" => '0', "title" => __('Quiet'), "alt" => "")); + html_print_image("images/dot_blue.png", false, array("border" => '0', "title" => __('Quiet'), "alt" => "")); } if ($in_planned_downtime) { diff --git a/pandora_console/godmode/agentes/module_manager.php b/pandora_console/godmode/agentes/module_manager.php index 335bd287fa..02698e3326 100644 --- a/pandora_console/godmode/agentes/module_manager.php +++ b/pandora_console/godmode/agentes/module_manager.php @@ -650,7 +650,7 @@ foreach ($modules as $module) { } if ($module['quiet']) { - $data[0] .= html_print_image("images/dot_green.disabled.png", + $data[0] .= html_print_image("images/dot_blue.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")) . " "; } diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index d0089fdcef..6c7ea543a6 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -913,7 +913,7 @@ if ($list_modules) { } if ($module['quiet']) { - $data[3] .= html_print_image("images/dot_green.disabled.png", true, + $data[3] .= html_print_image("images/dot_blue.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")) . " "; } diff --git a/pandora_console/include/class/Tree.class.php b/pandora_console/include/class/Tree.class.php index 902ab64f42..996eeaf07f 100644 --- a/pandora_console/include/class/Tree.class.php +++ b/pandora_console/include/class/Tree.class.php @@ -1915,7 +1915,7 @@ class Tree { // Quiet image if (isset($agent['quiet']) && $agent['quiet']) - $agent['quietImageHTML'] = html_print_image("/images/dot_green.disabled.png", true, array("title" => __('Quiet'))); + $agent['quietImageHTML'] = html_print_image("/images/dot_blue.png", true, array("title" => __('Quiet'))); // Status $agent['statusRaw'] = agents_get_status($agent['id'], !$this->strictACL); diff --git a/pandora_console/mobile/operation/agent.php b/pandora_console/mobile/operation/agent.php index 4e99f657fb..1d1d50d810 100644 --- a/pandora_console/mobile/operation/agent.php +++ b/pandora_console/mobile/operation/agent.php @@ -152,7 +152,7 @@ class Agent { } else if ($this->agent['quiet']) { $agent_alias = "" . $agent_alias . " " . - html_print_image("images/dot_green.disabled.png", + html_print_image("images/dot_blue.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")) . ""; } diff --git a/pandora_console/operation/agentes/estado_agente.php b/pandora_console/operation/agentes/estado_agente.php index 80783fcf1d..1632242dec 100644 --- a/pandora_console/operation/agentes/estado_agente.php +++ b/pandora_console/operation/agentes/estado_agente.php @@ -631,7 +631,7 @@ foreach ($agents as $agent) { if ($agent['quiet']) { $data[0] .= " "; - $data[0] .= html_print_image("images/dot_green.disabled.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")); + $data[0] .= html_print_image("images/dot_blue.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")); } if ($in_planned_downtime) { diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index c551268f5f..6dbb229c8b 100755 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -91,10 +91,10 @@ if ($agent['disabled']) { } else if ($agent['quiet']) { if ($in_planned_downtime) { - $agent_name = "" . $agent_name . " " . html_print_image("images/dot_green.disabled.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")); + $agent_name = "" . $agent_name . " " . html_print_image("images/dot_blue.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")); } else { - $agent_name = "" . $agent_name . " " . html_print_image("images/dot_green.disabled.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")) . ""; + $agent_name = "" . $agent_name . " " . html_print_image("images/dot_blue.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")) . ""; } } else { diff --git a/pandora_console/operation/search_agents.php b/pandora_console/operation/search_agents.php index 33f206edeb..bdba1e736b 100755 --- a/pandora_console/operation/search_agents.php +++ b/pandora_console/operation/search_agents.php @@ -97,7 +97,7 @@ else { if ($agent['quiet']) { $cellName .= " "; - $cellName .= html_print_image("images/dot_green.disabled.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")); + $cellName .= html_print_image("images/dot_blue.png", true, array("border" => '0', "title" => __('Quiet'), "alt" => "")); } $in_planned_downtime = db_get_sql('SELECT executed FROM tplanned_downtime