diff --git a/components/versions/list-versions.js b/components/versions/list-versions.js index d7c53f1..5b6c3cd 100644 --- a/components/versions/list-versions.js +++ b/components/versions/list-versions.js @@ -29,18 +29,18 @@ import {filterVersions, getFilterStats} from '@/lib/version-utils.js' const columns = [ { - width: 200, + width: 180, label: 'Version', dataKey: 'name', }, { - width: 120, + width: 140, label: 'Créée le', dataKey: 'date_created', numeric: true, }, { - width: 100, + width: 200, label: 'Actions', dataKey: 'actions', } @@ -108,12 +108,23 @@ function rowContent({ {column.dataKey === 'date_created' ? formatDate(row[column.dataKey], 'Pp') : (column.dataKey === 'actions' ? ( - + handleButtonClick(row.id)} > Comparer