diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c711785844..026b5a94aa 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2013-07-31 Miguel de Dios + + * operation/agentes/networkmap.php: added dinamic tab. + + * images/dynamic_network_icon.png: added a Carla's icon for the + dinamic tab. + 2013-07-30 Sergio Martin * godmode/reporting/reporting_builder.list_items.php: Add the diff --git a/pandora_console/images/dynamic_network_icon.png b/pandora_console/images/dynamic_network_icon.png new file mode 100644 index 0000000000..9f0949f18d Binary files /dev/null and b/pandora_console/images/dynamic_network_icon.png differ diff --git a/pandora_console/operation/agentes/networkmap.php b/pandora_console/operation/agentes/networkmap.php index bfc7b76f6e..6bcdb40a1b 100644 --- a/pandora_console/operation/agentes/networkmap.php +++ b/pandora_console/operation/agentes/networkmap.php @@ -208,6 +208,10 @@ $buttons['topology'] = array('active' => $activeTab == 'topology', 'text' => '' . html_print_image("images/op_network.png", true, array ("title" => __('Topology view'))) .''); +$buttons['dinamic'] = array('active' => $activeTab == 'dinamic', + 'text' => '' . + html_print_image("images/dynamic_network_icon.png", true, array ("title" => __('Dinamic view'))) .''); + $combolist = '
';