diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 857f0e15d0..5c8be6edf7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2014-08-21 Alejandro Gallardo + + * images/radial_dynamic_network_icon.png: Added file. + + * operation/agentes/networkmap.php: Changed the icon + of the 'radial dinamic' tab. + 2014-08-21 Alejandro Gallardo * include/functions_graph.php: Added filters to the diff --git a/pandora_console/images/radial_dynamic_network_icon.png b/pandora_console/images/radial_dynamic_network_icon.png new file mode 100644 index 0000000000..a4f7468eec Binary files /dev/null and b/pandora_console/images/radial_dynamic_network_icon.png differ diff --git a/pandora_console/operation/agentes/networkmap.php b/pandora_console/operation/agentes/networkmap.php index 53df02afe3..2cd998f74a 100644 --- a/pandora_console/operation/agentes/networkmap.php +++ b/pandora_console/operation/agentes/networkmap.php @@ -217,7 +217,7 @@ $buttons['dinamic'] = array('active' => $activeTab == 'dinamic', $buttons['radial_dinamic'] = array('active' => $activeTab == 'radial_dinamic', 'text' => '' . - html_print_image("images/dynamic_network_icon.png", true, array ("title" => __('Radial dinamic view'))) .''); + html_print_image("images/radial_dynamic_network_icon.png", true, array ("title" => __('Radial dinamic view'))) .''); $combolist = '
';