feat: -rm captured data
This commit is contained in:
@@ -793,13 +793,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe
|
|||||||
|
|
||||||
{hasData && (
|
{hasData && (
|
||||||
<Box sx={{ mb: 3 }}>
|
<Box sx={{ mb: 3 }}>
|
||||||
<Box sx={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center', mb: 2 }}>
|
|
||||||
<Typography variant='h6' sx={{ display: 'flex', alignItems: 'center' }}>
|
|
||||||
<ArticleIcon sx={{ marginRight: '15px' }} />
|
|
||||||
{t('run_content.captured_data.title')}
|
|
||||||
</Typography>
|
|
||||||
</Box>
|
|
||||||
|
|
||||||
{isLegacyData && (
|
{isLegacyData && (
|
||||||
viewMode === 'vertical' ? (
|
viewMode === 'vertical' ? (
|
||||||
renderDataTable(
|
renderDataTable(
|
||||||
|
|||||||
Reference in New Issue
Block a user