{Object.keys(this.state.nodes).map(n => {
const nd = this.state.nodes[n]
let type = "FULL"
if (nd.Storage) {
type = "STOR"
}
let logs = "[logs]"
let info = "[CONNECTING..]"
if (nd.conn) {
info =
{nd.peerid}
logs =
this.props.mountWindow(cl => )}>[logs]
}
if (nd.State === NodeStopped) {
info =
[stopped] [START]
}
return
{n} {type} {logs} {info}
})}