Remove console from map for now

This commit is contained in:
Itay Mizeretz 2017-10-17 15:03:46 +03:00
parent d726738868
commit 49bd27a799
1 changed files with 10 additions and 6 deletions

View File

@ -174,13 +174,17 @@ class MapPageComponent extends React.Component {
<b style={{color: '#aeaeae'}}> | </b> <b style={{color: '#aeaeae'}}> | </b>
<span>Island Communication <i className="fa fa-lg fa-minus" style={{color: '#a9aaa9'}} /></span> <span>Island Communication <i className="fa fa-lg fa-minus" style={{color: '#a9aaa9'}} /></span>
</div> </div>
<div className="telemetry-console"> {
<div> /*
<span className="date">2017-10-16 16:00:05</span> <div className="telemetry-console">
<span className="source"> monkey-elastic</span> <div>
<span className="event"> bla bla</span> <span className="date">2017-10-16 16:00:05</span>
<span className="source"> monkey-elastic</span>
<span className="event"> bla bla</span>
</div>
</div> </div>
</div> */
}
<div style={{height: '80vh'}}> <div style={{height: '80vh'}}>
<ReactiveGraph graph={this.state.graph} options={options} events={this.events}/> <ReactiveGraph graph={this.state.graph} options={options} events={this.events}/>
</div> </div>