mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +00:00
Fix fluttering issue.
This commit is contained in:
@@ -69,7 +69,7 @@ func NewRenderableNode(id, major, minor, rank string, nmd report.NodeMetadata) R
|
||||
Rank: rank,
|
||||
Pseudo: false,
|
||||
AggregateMetadata: report.AggregateMetadata{},
|
||||
NodeMetadata: nmd,
|
||||
NodeMetadata: nmd.Copy(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user