Review feedback

This commit is contained in:
Tom Wilkie
2016-03-03 17:46:35 +00:00
parent f154e7a483
commit 09de883bc6
3 changed files with 74 additions and 71 deletions

View File

@@ -92,8 +92,8 @@ func MakeNode(topologyID string, r report.Report, ns render.RenderableNodes, n r
Children: children(n),
Parents: Parents(r, n),
Connections: []NodeSummaryGroup{
makeIncomingConnectionsTable(topologyID, n, ns),
makeOutgoingConnectionsTable(topologyID, n, ns),
incomingConnectionsTable(topologyID, n, ns),
outgoingConnectionsTable(topologyID, n, ns),
},
}
}