client: update stopped container message

Fixes #2879
This commit is contained in:
Lucille Tachet
2018-10-18 23:15:31 +02:00
parent 1b71a10559
commit 61b8a7f889

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> passed on!
</p>
</div>
<Overlay faded={this.props.transitioning} />