correction tableau release
This commit is contained in:
parent
8681a360d1
commit
d550a98418
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user