mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fit(jobs): remove redundant checkboxes in executions datatable [r8s-182] (#295)
This commit is contained in:
parent
1ed9a0106e
commit
45bd7984b0
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ export function CronJobsExecutionsInnerDatatable({
|
|||
dataset={item}
|
||||
columns={columns}
|
||||
getRowId={(row) => row.Id}
|
||||
disableSelect
|
||||
title="Executions"
|
||||
titleIcon={CalendarCheck2}
|
||||
data-cy="k8s-cronJobs-executions-datatable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue