6 AOÛT 2025

Customer Tool Operation IN OUT PERF Action
Volkswagen 154 PREVENTIVE - 2 20250806 20250806 100%
Audi 147 PREVENTIVE - 2 20250806 20250806 87%
Ferrari 109 PREVENTIVE - 2 20250806 20250806 100%
Volkswagen 87 PREVENTIVE - 2 20250806 20250806 30%
Daimier 123 TEST 20250806 100%
Audi 38 PREVENTIVE - 1 20250806 58%
Ferrari 107 PREVENTIVE - 1 20250804 20250806 100%
Volkswagen 153 PREVENTIVE - 2 20250805 20250806 100%
document.addEventListener("DOMContentLoaded", function () { const warning1Rows = document.querySelectorAll("tr.warning-1"); const warning2Rows = document.querySelectorAll("tr.warning-2"); const warning3Rows = document.querySelectorAll("tr.warning-3"); const testRows = document.querySelectorAll("tr.test"); warning1Rows.forEach(row => { row.classList.add("border-red"); if (row.previousElementSibling) { row.previousElementSibling.classList.add("border-red"); } }); warning2Rows.forEach(row => { row.classList.add("border-yellow"); if (row.previousElementSibling) { row.previousElementSibling.classList.add("border-yellow"); } }); warning3Rows.forEach(row => { row.classList.add("border-warning3"); if (row.previousElementSibling) { row.previousElementSibling.classList.add("border-warning3"); } }); testRows.forEach(row => { row.classList.add("border-blue"); if (row.previousElementSibling) { row.previousElementSibling.classList.add("border-blue"); } }); });