Fixed node name in netflow map

Former-commit-id: 4805505ff44d05ea9fd4aaa8b1cb1b699c2e90f8
This commit is contained in:
Daniel Maya 2019-04-26 09:54:38 +02:00
parent 6de9b4f23e
commit 4b73518804
1 changed files with 1 additions and 1 deletions

View File

@ -1684,7 +1684,7 @@ class NetworkMap
$node[$k] = $v; $node[$k] = $v;
} }
$node['style']['label'] = $node['label']; $node['style']['label'] = $node['text'];
$node['style']['shape'] = 'circle'; $node['style']['shape'] = 'circle';
if (isset($source_data['color'])) { if (isset($source_data['color'])) {
$item['color'] = $source_data['color']; $item['color'] = $source_data['color'];