MCSM:fix: datum
This commit is contained in:
@@ -27,7 +27,7 @@ var ContentModule = React.createClass({
|
||||
console.debug(data);
|
||||
_this.refs.serverInfo.setState({
|
||||
title: data.name,
|
||||
chartData: _this.convertToChart(data.pingList)
|
||||
data: _this.convertToChart(data.pingList)
|
||||
});
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user