Fixed node name in netflow map
Former-commit-id: 4805505ff44d05ea9fd4aaa8b1cb1b699c2e90f8
This commit is contained in:
parent
6de9b4f23e
commit
4b73518804
|
@ -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'];
|
||||
|
|
Loading…
Reference in New Issue