mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Use the familiar ALLCAPS for topo name in show-in-topo button
This commit is contained in:
@@ -55,7 +55,7 @@ export class NodeDetails extends React.Component {
|
||||
<div className="node-details-tools">
|
||||
{showSwitchTopology && <span title={topologyTitle}
|
||||
className="fa fa-long-arrow-left" onClick={this.handleShowTopologyForNode}>
|
||||
<span>View in {this.props.topologyId}</span>
|
||||
<span>Show in <span>{this.props.topologyId.replace(/-/g, ' ')}</span></span>
|
||||
</span>}
|
||||
<span title="Close details" className="fa fa-close" onClick={this.handleClickClose} />
|
||||
</div>
|
||||
|
||||
@@ -633,6 +633,12 @@ h2 {
|
||||
font-family: @base-font;
|
||||
font-size: 0.9em;
|
||||
margin-left: 4px;
|
||||
|
||||
span {
|
||||
font-size: 1em;
|
||||
margin-left: 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user