mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
processes are now always linkable
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user