Fix fluttering issue.

This commit is contained in:
Tom Wilkie
2015-06-17 18:18:57 +00:00
parent f30539601d
commit 0e029fe9bc

View File

@@ -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(),
}
}