mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-05 16:59:36 +00:00
Adds node.networks to the debug toolbar nodes
This commit is contained in:
@@ -51,9 +51,9 @@ const deltaAdd = (name, adjacency = [], shape = 'circle', stack = false, nodeCou
|
||||
label: name,
|
||||
label_minor: name,
|
||||
latest: {},
|
||||
metadata: {},
|
||||
origins: [],
|
||||
rank: name
|
||||
rank: name,
|
||||
networks: ['fe', 'be'],
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user