feat: all runs
This commit is contained in:
@@ -111,6 +111,9 @@ export const RunsTable = (
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
|
<Typography variant="h6" gutterBottom>
|
||||||
|
All Runs
|
||||||
|
</Typography>
|
||||||
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
|
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
|
||||||
{Object.entries(groupedRows).map(([name, group]) => (
|
{Object.entries(groupedRows).map(([name, group]) => (
|
||||||
<Accordion key={name}>
|
<Accordion key={name}>
|
||||||
|
|||||||
Reference in New Issue
Block a user