Adds node.networks to the debug toolbar nodes

This commit is contained in:
Simon Howe
2016-05-19 09:59:44 +01:00
parent 25685c55f9
commit da67ba05f8
4 changed files with 8 additions and 4 deletions

View File

@@ -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'],
});