From 4b73518804e7cfe3b125068f4d35fb8d91e89a0a Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Fri, 26 Apr 2019 09:54:38 +0200 Subject: [PATCH] Fixed node name in netflow map Former-commit-id: 4805505ff44d05ea9fd4aaa8b1cb1b699c2e90f8 --- pandora_console/include/class/NetworkMap.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/class/NetworkMap.class.php b/pandora_console/include/class/NetworkMap.class.php index 146e4d999f..d3e23d291b 100644 --- a/pandora_console/include/class/NetworkMap.class.php +++ b/pandora_console/include/class/NetworkMap.class.php @@ -1684,7 +1684,7 @@ class NetworkMap $node[$k] = $v; } - $node['style']['label'] = $node['label']; + $node['style']['label'] = $node['text']; $node['style']['shape'] = 'circle'; if (isset($source_data['color'])) { $item['color'] = $source_data['color'];