Adds node.networks to the debug toolbar nodes

This commit is contained in:
Simon Howe
2016-06-06 16:20:25 +02:00
parent 25685c55f9
commit da67ba05f8
4 changed files with 8 additions and 4 deletions
@@ -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'],
});