mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-18 04:49:55 +00:00
Fix 'Show in' UI element
Needs a space after it so the words don't run together
This commit is contained in:
@@ -63,7 +63,7 @@ class NodeDetails extends React.Component {
|
||||
className="fa fa-long-arrow-alt-left"
|
||||
onClick={this.handleShowTopologyForNode}>
|
||||
<span>
|
||||
Show in
|
||||
Show in
|
||||
<span>{this.props.topologyId.replace(/-/g, ' ')}</span>
|
||||
</span>
|
||||
</i>
|
||||
|
||||
Reference in New Issue
Block a user