DTC-Description now via Modal-Dialog

This commit is contained in:
2022-08-24 16:49:40 +02:00
parent a30f56ff58
commit 0025f8b0be
5 changed files with 59 additions and 16 deletions

View File

@@ -140,7 +140,7 @@ String processor(const String &var)
DTCStorage[i].timestamp / 1000 % 60, // Seconds
DTCStorage[i].timestamp % 1000); // milliseconds
temp = temp + "<tr><td>" + String(buff_timestamp);
temp = temp + "<tr data-dtc=" + String(DTCStorage[i].Number) + "><td>" + String(buff_timestamp);
temp = temp + "</td><td>" + String(DTCStorage[i].Number) + "</td><td>";
temp = temp + "<img src=static/img/";
switch (DTCStorage[i].severity)