processes are now always linkable

This commit is contained in:
Matthias Radestock
2018-01-02 09:47:15 +00:00
parent ec7c468758
commit 3582c221fe
2 changed files with 2 additions and 4 deletions

View File

@@ -240,7 +240,6 @@ func processNodeSummary(base BasicNodeSummary, n report.Node) BasicNodeSummary {
base.LabelMinor = hostID
base.Rank = hostID
}
base.Linkable = render.IsConnected(n)
return base
}

View File

@@ -27,9 +27,8 @@ var EndpointRenderer = SelectEndpoint
// ProcessRenderer is a Renderer which produces a renderable process
// graph by merging the endpoint graph and the process topology. It
// also colors connected nodes. Since the process topology views only
// show connected processes, we need this info to determine whether
// processes appearing in a details panel are linkable.
// also colors connected nodes, so we can apply a filter to show/hide
// unconnected nodes depending on user choice.
var ProcessRenderer = Memoise(ColorConnected(endpoints2Processes{}))
// processWithContainerNameRenderer is a Renderer which produces a process