temp branch erstellt für (HEAD detached at 0936429)

This commit is contained in:
ISA
2024-06-26 13:38:19 +02:00
parent 09364290bc
commit 1b63c11fd0

View File

@@ -2182,17 +2182,14 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
<div class="bg-white rounded-lg m-0 p-2">
<span class="text-lg font-semibold text-gray-900">${stat.ModulName || "Unknown"}</span><br>
<span class="text-md font-bold text-gray-800">
<span class="font-bold">ModulName :</span> ${stat.ModulTyp || "N/A"}
<span class="font-bold"></span> ${stat.ModulTyp || "N/A"}
</span><br>
<span class="text-gray-800">
<span class="font-bold">
<span class="inline-block w-2 h-2 rounded-full mr-2" style="background-color: ${stat.PrioColor || "#000000"};"></span>
${stat.Message || "N/A"}
</span>
</span>
<span class="text-gray-800">
<span class="inline-block w-2 h-2 rounded-full mr-2" style="background-color: ${stat.PrioColor || "#000000"};"></span>
<span class="font-bold"> ${stat.Message || "N/A"} </span>
<span style="color: ${stat.PrioColor || "#000000"};">(${stat.PrioName || "N/A"})</span>
</span><br>
</div>
`;