Rename leafes/nodes to topic

This commit is contained in:
Thomas Nordquist
2019-01-22 15:57:11 +01:00
parent 796233da18
commit 28cc72a868
7 changed files with 28 additions and 24 deletions

View File

@@ -18,7 +18,7 @@ class NodeStats extends React.Component<Props, {}> {
return (
<div>
<Typography>Messages: #{node.messages}</Typography>
<Typography>Subtopics: {node.leafCount()}</Typography>
<Typography>Subtopics: {node.childTopicCount()}</Typography>
<Typography>Messages Subtopics: #{node.leafMessageCount()}</Typography>
</div>
)