diff --git a/pandora_console/include/class/NetworkMap.class.php b/pandora_console/include/class/NetworkMap.class.php
index 52bfa9b6c0..b28b43f502 100644
--- a/pandora_console/include/class/NetworkMap.class.php
+++ b/pandora_console/include/class/NetworkMap.class.php
@@ -1658,7 +1658,6 @@ class NetworkMap
$node['style']['label'] = $node['name'];
}
- $node['style']['shape'] = 'circle';
if (isset($source_data['color'])) {
$item['color'] = $source_data['color'];
} else {
@@ -2960,7 +2959,7 @@ class NetworkMap
'',
0,
true
- ).' '.html_print_image('images/spinner.gif', true).''.html_print_image('images/dot_green.png', true).''.html_print_image('images/dot_red.png', true).'';
+ ).' '.html_print_image('images/spinner.gif', true).''.html_print_image('images/success.png', true, ['width' => '18px']).''.html_print_image('images/icono-bad.png', true, ['width' => '18px']).'';
$table->data['node_name'][0] = __('Name');
$table->data['node_name'][1] = html_print_input_text(
'edit_name_node',