Skip to content
Snippets Groups Projects
Commit da7448da authored by COLLET Ismael's avatar COLLET Ismael Committed by Ismaël Collet
Browse files

Update Dashboard.tsx

parent f5bfc7f7
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ import Row from "react-bootstrap/Row"; ...@@ -4,6 +4,7 @@ import Row from "react-bootstrap/Row";
import Col from "react-bootstrap/Col"; import Col from "react-bootstrap/Col";
import Uptime from "app/components/Uptime"; import Uptime from "app/components/Uptime";
import Version from "app/components/Version"; import Version from "app/components/Version";
import Synced from "app/components/Synced";
import MPSChart from "app/components/MPSChart"; import MPSChart from "app/components/MPSChart";
import TipsChart from "app/components/TipsChart"; import TipsChart from "app/components/TipsChart";
import NodeStore from "app/stores/NodeStore"; import NodeStore from "app/stores/NodeStore";
...@@ -22,7 +23,7 @@ export class Dashboard extends React.Component<Props, any> { ...@@ -22,7 +23,7 @@ export class Dashboard extends React.Component<Props, any> {
render() { render() {
return ( return (
<Container> <Container>
<h3>Dashboard</h3> <h3>Dashboard (MODIFIED)</h3>
<Row className={"mb-3"}> <Row className={"mb-3"}>
<Col> <Col>
<Card> <Card>
...@@ -44,6 +45,9 @@ export class Dashboard extends React.Component<Props, any> { ...@@ -44,6 +45,9 @@ export class Dashboard extends React.Component<Props, any> {
</Card> </Card>
</Col> </Col>
</Row> </Row>
<Row className={"mb-3"}>
<Col><Synced/></Col>
</Row>
<Row className={"mb-3"}> <Row className={"mb-3"}>
<Col><MPSChart/></Col> <Col><MPSChart/></Col>
</Row> </Row>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment