1
0

correction loglink (live with mysql)

This commit is contained in:
unfr 2025-08-14 08:30:49 +02:00
parent b82a71b9e7
commit 0936b690ec

View File

@ -618,7 +618,7 @@ autopostRouter.get('/', async (req, res) => {
statusText = 'INCONNU'; statusText = 'INCONNU';
} }
var logLink = (parseInt(row.status) === 1 || parseInt(row.status) === 2) var logLink = (parseInt(row.status) === 1 || parseInt(row.status) === 2 || parseInt(row.status) === 4)
? ' | <a href="#" class="log-link text-blue-400 hover:underline" data-filename="' + row.nom + '">Log</a>' ? ' | <a href="#" class="log-link text-blue-400 hover:underline" data-filename="' + row.nom + '">Log</a>'
: ''; : '';