update navigation links, enhance NFC data display, and improve MQTT connection handling

This commit is contained in:
2025-02-13 12:59:43 +01:00
parent be0a23e736
commit d46d5e14d2
6 changed files with 38 additions and 22 deletions

View File

@@ -448,7 +448,7 @@ function updateNfcData(data) {
// HTML für die Datenanzeige erstellen
let html = `
<div style="margin-top: 10px;">
<div class="nfc-card-data" style="margin-top: 10px;">
<p><strong>Brand:</strong> ${data.brand || 'N/A'}</p>
<p><strong>Type:</strong> ${data.type || 'N/A'} ${data.color_hex ? `<span style="
background-color: #${data.color_hex};