Commit 26ad4872 authored by Bryan Boreham's avatar Bryan Boreham
Browse files

Fix 'Show in' UI element

Needs a space after it so the words don't run together
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -63,7 +63,7 @@ class NodeDetails extends React.Component {
className="fa fa-long-arrow-alt-left"
onClick={this.handleShowTopologyForNode}>
<span>
Show in
Show in&nbsp;
<span>{this.props.topologyId.replace(/-/g, ' ')}</span>
</span>
</i>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment