mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Add label to show-in-topo button
This commit is contained in:
@@ -54,7 +54,9 @@ export class NodeDetails extends React.Component {
|
||||
<div className="node-details-tools-wrapper">
|
||||
<div className="node-details-tools">
|
||||
{showSwitchTopology && <span title={topologyTitle}
|
||||
className="fa fa-exchange" onClick={this.handleShowTopologyForNode} />}
|
||||
className="fa fa-long-arrow-left" onClick={this.handleShowTopologyForNode}>
|
||||
<span>View in {this.props.topologyId}</span>
|
||||
</span>}
|
||||
<span title="Close details" className="fa fa-close" onClick={this.handleClickClose} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user