fix
parent
7b01d3d102
commit
896f56b3dd
|
@ -1,5 +1,4 @@
|
||||||
import React, { useState } from "react";
|
import React, { useState } from "react";
|
||||||
import { Typography } from "@material-ui/core";
|
|
||||||
import { Box, Button } from "@material-ui/core";
|
import { Box, Button } from "@material-ui/core";
|
||||||
import { LazyLog, ScrollFollow } from "react-lazylog";
|
import { LazyLog, ScrollFollow } from "react-lazylog";
|
||||||
|
|
||||||
|
@ -20,9 +19,6 @@ const MachineLog = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box margin={1}>
|
<Box margin={1}>
|
||||||
<Typography variant="h6" gutterBottom component="div">
|
|
||||||
Logs
|
|
||||||
</Typography>
|
|
||||||
<div style={{ height: 200 }}>
|
<div style={{ height: 200 }}>
|
||||||
<ScrollFollow
|
<ScrollFollow
|
||||||
startFollowing={true}
|
startFollowing={true}
|
||||||
|
|
Loading…
Reference in New Issue