1
0

correction tableau release

This commit is contained in:
unfr 2025-08-11 16:15:23 +02:00
parent 8681a360d1
commit d550a98418

View File

@ -308,7 +308,7 @@ autopostRouter.get('/', async (req, res) => {
: '';
html += `
<tr id="row-${row.id}" class="odd:bg-gray-800 even:bg-gray-700">
<tr id="row-${row.id}" data-status="${row.status}" class="odd:bg-gray-800 even:bg-gray-700">
<td class="px-4 py-2 border border-gray-700">${row.nom}</td>
<td class="px-4 py-2 border border-gray-700 status-text whitespace-nowrap ${statusClass}">${statusText}</td>
<td class="px-4 py-2 border border-gray-700">${row.id}</td>