feat: storage icon for data preview
This commit is contained in:
@@ -18,6 +18,7 @@ import TableContainer from '@mui/material/TableContainer';
|
|||||||
import TableHead from '@mui/material/TableHead';
|
import TableHead from '@mui/material/TableHead';
|
||||||
import TableRow from '@mui/material/TableRow';
|
import TableRow from '@mui/material/TableRow';
|
||||||
import Paper from '@mui/material/Paper';
|
import Paper from '@mui/material/Paper';
|
||||||
|
import StorageIcon from '@mui/icons-material/Storage';
|
||||||
|
|
||||||
function createData(
|
function createData(
|
||||||
name: string,
|
name: string,
|
||||||
@@ -125,7 +126,7 @@ export const InterpretationLog = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography variant="h6" gutterBottom>
|
<Typography variant="h6" gutterBottom>
|
||||||
Output Data Preview
|
<StorageIcon /> Output Data Preview
|
||||||
</Typography>
|
</Typography>
|
||||||
<div style={{
|
<div style={{
|
||||||
height: '50vh',
|
height: '50vh',
|
||||||
|
|||||||
Reference in New Issue
Block a user