Simulations life cycle improvements #191

Merged
bustikiller merged 6 commits from mark-expired-simulations into main 2025-01-26 13:07:58 +00:00
Showing only changes of commit 53a2752964 - Show all commits

View File

@ -33,8 +33,8 @@ export default function ArrangementsTable({ onArrangementSelected }: { onArrange
caption='Simulations'
elements={arrangements}
rowRender={(arrangement) => (
<tr key={arrangement.id} className="bg-white border-b odd:bg-white odd:dark:bg-gray-900 even:bg-gray-50 even:dark:bg-gray-800">
<th scope="row" className="px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white">
<tr key={arrangement.id} className="bg-white border-b odd:bg-white even:bg-gray-50">
<th scope="row" className="px-6 py-4 font-medium text-gray-900 whitespace-nowrap">
{arrangement.name}
</th>
<td className="px-6 py-4">