mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Review feedback
This commit is contained in:
@@ -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),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user