diff --git a/html/rfid.js b/html/rfid.js index fa17a49..7ba37d8 100644 --- a/html/rfid.js +++ b/html/rfid.js @@ -337,7 +337,7 @@ function displayAmsData(amsData) { ) .map(prop => { // Spezielle Behandlung für setting_id - if (prop.key === 'setting_id' && tray[prop.key] === '-1') { + if (prop.key === 'cali_idx' && tray[prop.key] === '-1') { return `
${prop.label}: not calibrated
`; } return `${prop.label}: ${tray[prop.key]}
`;