Merge pull request #3396 from ltachet/dead-container-msg

client: update stopped container message
This commit is contained in:
Bryan Boreham
2018-10-30 16:30:37 +00:00
committed by GitHub

View File

@@ -130,9 +130,7 @@ class NodeDetails extends React.Component {
</div>
<div className="node-details-content">
<p className="node-details-content-info">
<strong>{this.props.label}</strong> is not visible to Scope when it
is not communicating.
Details will become available here when it communicates again.
<strong>{this.props.label}</strong> not found!
</p>
</div>
<Overlay faded={this.props.transitioning} />