Dashboard update (#56)
This commit is contained in:
@@ -1703,9 +1703,9 @@ exports[`App Route /dashboard authenticated 1`] = `
|
|||||||
>
|
>
|
||||||
<iframe
|
<iframe
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
src="https://grafana.fiskerdps.com/d-solo/1VTVJ_qGk/dashboard?orgId=2&refresh=5s&panelId=6"
|
src="https://grafana.fiskerdps.com/d-solo/jRKKo2gnz/battery?orgId=2&refresh=5s&from=1623892020715&to=1623892320715&panelId=2"
|
||||||
style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%;"
|
style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%;"
|
||||||
title="Vehicle Connected"
|
title="Battery Time Series"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -1724,38 +1724,6 @@ exports[`App Route /dashboard authenticated 1`] = `
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="MuiGrid-root makeStyles-root-770 MuiGrid-container MuiGrid-spacing-xs-2"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="MuiGrid-root MuiGrid-item MuiGrid-grid-md-6"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="makeStyles-embeddedWrapper-788"
|
|
||||||
>
|
|
||||||
<iframe
|
|
||||||
frameborder="0"
|
|
||||||
src="https://grafana.fiskerdps.com/d-solo/1VTVJ_qGk/dashboard?orgId=2&refresh=30s&from=1623869351185&to=1623880151186&panelId=14"
|
|
||||||
style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%;"
|
|
||||||
title="Total Signals"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="MuiGrid-root MuiGrid-item MuiGrid-grid-md-6"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="makeStyles-embeddedWrapper-788"
|
|
||||||
>
|
|
||||||
<iframe
|
|
||||||
frameborder="0"
|
|
||||||
src="https://grafana.fiskerdps.com/d-solo/1VTVJ_qGk/dashboard?orgId=2&refresh=5s&panelId=2"
|
|
||||||
style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; height: 100%;"
|
|
||||||
title="Vehicle Signals"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a
|
<a
|
||||||
aria-disabled="false"
|
aria-disabled="false"
|
||||||
aria-label="create"
|
aria-label="create"
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ const Dashboard = () => {
|
|||||||
<Grid item md={6}>
|
<Grid item md={6}>
|
||||||
<ResponsiveIFrame
|
<ResponsiveIFrame
|
||||||
classes={classes}
|
classes={classes}
|
||||||
src="https://grafana.fiskerdps.com/d-solo/1VTVJ_qGk/dashboard?orgId=2&refresh=5s&panelId=6"
|
src="https://grafana.fiskerdps.com/d-solo/jRKKo2gnz/battery?orgId=2&refresh=5s&from=1623892020715&to=1623892320715&panelId=2"
|
||||||
title="Vehicle Connected"
|
title="Battery Time Series"
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item md={6}>
|
<Grid item md={6}>
|
||||||
@@ -33,22 +33,6 @@ const Dashboard = () => {
|
|||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid container className={classes.root} spacing={2}>
|
|
||||||
<Grid item md={6}>
|
|
||||||
<ResponsiveIFrame
|
|
||||||
classes={classes}
|
|
||||||
src="https://grafana.fiskerdps.com/d-solo/1VTVJ_qGk/dashboard?orgId=2&refresh=30s&from=1623869351185&to=1623880151186&panelId=14"
|
|
||||||
title="Total Signals"
|
|
||||||
/>
|
|
||||||
</Grid>
|
|
||||||
<Grid item md={6}>
|
|
||||||
<ResponsiveIFrame
|
|
||||||
classes={classes}
|
|
||||||
src="https://grafana.fiskerdps.com/d-solo/1VTVJ_qGk/dashboard?orgId=2&refresh=5s&panelId=2"
|
|
||||||
title="Vehicle Signals"
|
|
||||||
/>
|
|
||||||
</Grid>
|
|
||||||
</Grid>
|
|
||||||
<Button
|
<Button
|
||||||
style={{ marginTop: 10 }}
|
style={{ marginTop: 10 }}
|
||||||
aria-label="create"
|
aria-label="create"
|
||||||
|
|||||||
Reference in New Issue
Block a user