From 5dc9843e89f99eefccb128656925263456533ad6 Mon Sep 17 00:00:00 2001 From: Tatiana Llorente Date: Tue, 19 Nov 2019 16:53:12 +0100 Subject: [PATCH] Fixed bug with shape in fictional nodes in network maps --- pandora_console/include/class/NetworkMap.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pandora_console/include/class/NetworkMap.class.php b/pandora_console/include/class/NetworkMap.class.php index 505d057665..53333cdd81 100644 --- a/pandora_console/include/class/NetworkMap.class.php +++ b/pandora_console/include/class/NetworkMap.class.php @@ -1655,7 +1655,6 @@ class NetworkMap $node['style']['label'] = $node['name']; } - $node['style']['shape'] = 'circle'; if (isset($source_data['color'])) { $item['color'] = $source_data['color']; } else { @@ -2957,7 +2956,7 @@ class NetworkMap '', 0, true - ).' '; + ).' '; $table->data['node_name'][0] = __('Name'); $table->data['node_name'][1] = html_print_input_text( 'edit_name_node',