mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector_Frontend
synced 2023-05-06 14:40:17 +03:00
fix
This commit is contained in:
parent
7b01d3d102
commit
896f56b3dd
@ -1,5 +1,4 @@
|
||||
import React, { useState } from "react";
|
||||
import { Typography } from "@material-ui/core";
|
||||
import { Box, Button } from "@material-ui/core";
|
||||
import { LazyLog, ScrollFollow } from "react-lazylog";
|
||||
|
||||
@ -20,9 +19,6 @@ const MachineLog = () => {
|
||||
|
||||
return (
|
||||
<Box margin={1}>
|
||||
<Typography variant="h6" gutterBottom component="div">
|
||||
Logs
|
||||
</Typography>
|
||||
<div style={{ height: 200 }}>
|
||||
<ScrollFollow
|
||||
startFollowing={true}
|
||||
|
Loading…
x
Reference in New Issue
Block a user