diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 565ce544e0..d24f4d7951 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,12 @@ +2014-05-21 Vanessa Gil + + * images/dot_blue.png + images/dot_white.png + images/dot_yellow.png + operation/agentes/estado_monitores.php + operation/agentes/status_monitor.php: Changed images. + + 2014-05-21 Junichi Satoh * godmode/agentes/configurar_agente.php, diff --git a/pandora_console/images/dot_blue.png b/pandora_console/images/dot_blue.png index f2ca143f88..fa0f98195d 100644 Binary files a/pandora_console/images/dot_blue.png and b/pandora_console/images/dot_blue.png differ diff --git a/pandora_console/images/dot_white.png b/pandora_console/images/dot_white.png index d36c05f1e3..0b1a4efee8 100644 Binary files a/pandora_console/images/dot_white.png and b/pandora_console/images/dot_white.png differ diff --git a/pandora_console/images/dot_yellow.png b/pandora_console/images/dot_yellow.png index 03c1173de6..73e11ac81d 100644 Binary files a/pandora_console/images/dot_yellow.png and b/pandora_console/images/dot_yellow.png differ diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php index 6bd94e9ba4..bc2f1f88a0 100644 --- a/pandora_console/operation/agentes/estado_monitores.php +++ b/pandora_console/operation/agentes/estado_monitores.php @@ -470,7 +470,7 @@ foreach ($modules as $module) { $data[3] .= ui_print_truncate_text($module["nombre"], 'module_medium'); if (!empty($module["extended_info"])) { if ($module["extended_info"] != "") { - $data[3] .= ui_print_help_tip ($module["extended_info"], true, '/images/comments.png'); + $data[3] .= ui_print_help_tip ($module["extended_info"], true, '/images/default_list.png'); } } diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index dcc88cf94a..8caf56ce00 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -1049,7 +1049,7 @@ foreach ($result as $row) { $data[3] = ui_print_truncate_text($row["module_name"], 'agent_small', false, true, true); if ($row["extended_info"] != "") { - $data[3] .= ui_print_help_tip ($row["extended_info"], true, '/images/comments.png'); + $data[3] .= ui_print_help_tip ($row["extended_info"], true, '/images/default_list.png'); } if ($row["tags"] != "") { $data[3] .= html_print_image('/images/tag_red.png', true,