mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +00:00
Merge pull request #3396 from ltachet/dead-container-msg
client: update stopped container message
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user