mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Render: add ContainerName into output node when rendering processes
This was a bug - we spend eight lines fetching the name, then didn't assign the new node into the variable.
This commit is contained in:
@@ -44,7 +44,7 @@ func (r processWithContainerNameRenderer) Render(rpt report.Report) Nodes {
|
||||
if !ok {
|
||||
continue
|
||||
}
|
||||
propagateLatest(docker.ContainerName, container, p)
|
||||
p = propagateLatest(docker.ContainerName, container, p)
|
||||
outputs[id] = p
|
||||
}
|
||||
return Nodes{Nodes: outputs, Filtered: processes.Filtered}
|
||||
|
||||
Reference in New Issue
Block a user