CLI: Export error message and less verbose peer counter. (#5870)

* Removed numbed of active connections from informant

* Print error message when fatdb is required

* Remove peers from UI
This commit is contained in:
Arkadiy Paronyan
2017-06-27 22:40:46 +02:00
committed by GitHub
parent 59488769cf
commit 4a7bcfe4f0
3 changed files with 11 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ class Status extends Component {
{ netChain }
</div>
<div className={ styles.peers }>
{ netPeers.active.toFormat() }/{ netPeers.connected.toFormat() }/{ netPeers.max.toFormat() } peers
{ netPeers.connected.toFormat() }/{ netPeers.max.toFormat() } peers
</div>
</div>
</div>