delete prioNameDisplay in Tooltip for polyline

This commit is contained in:
ISA
2024-09-11 06:47:52 +02:00
parent 2da00799dd
commit fb0e8b817d
2 changed files with 19 additions and 20 deletions

View File

@@ -97,7 +97,6 @@ const useLineData = (webserviceGisLinesStatusUrl, setLineStatusData) => {
<div style="max-width: 100%; overflow-wrap: break-word; word-break: break-word; white-space: normal;">
${messageDisplay} <!-- Alle Meldungen werden hier mit ihrer Farbe angezeigt -->
</div>
<span class="text-gray-800">${prioNameDisplay}</span>
<br>
${values.messwert ? `<span class="inline-block text-gray-800">Messwert: ${values.messwert}</span><br>` : ""}
${values.schleifenwert ? `<span class="inline-block text-gray-800">Schleifenwert: ${values.schleifenwert}</span>` : ""}