correction loglink (live with mysql)
This commit is contained in:
parent
b82a71b9e7
commit
0936b690ec
@ -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>'
|
||||||
: '';
|
: '';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user