Merge branch 'gas_status' into staging_environment
This commit is contained in:
commit
746cfdf8a9
1 changed files with 2 additions and 3 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
import { Box, Grid2, Theme, Tooltip, Typography } from "@mui/material";
|
import { Box, Grid2, Theme, Tooltip, Typography } from "@mui/material";
|
||||||
import { blue, deepOrange, green, grey, orange, teal } from "@mui/material/colors";
|
import { blue, deepOrange, teal } from "@mui/material/colors";
|
||||||
import { makeStyles } from "@mui/styles";
|
import { makeStyles } from "@mui/styles";
|
||||||
import { Device } from "models";
|
import { Device } from "models";
|
||||||
import PulseBox from "./PulseBox";
|
import PulseBox from "./PulseBox";
|
||||||
import { or } from "utils";
|
import { or } from "utils";
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import { pond } from "protobuf-ts/pond";
|
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
device: Device
|
device: Device
|
||||||
|
|
@ -34,7 +33,7 @@ const useStyles = makeStyles((theme: Theme) => {
|
||||||
marginRight: "auto",
|
marginRight: "auto",
|
||||||
margin: theme.spacing(1),
|
margin: theme.spacing(1),
|
||||||
width: theme.spacing(14),
|
width: theme.spacing(14),
|
||||||
height: theme.spacing(8),
|
height: theme.spacing(8.5),
|
||||||
},
|
},
|
||||||
carouselContainer: {
|
carouselContainer: {
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue