Merge branch 'temp-branch' into Dev

This commit is contained in:
ISA
2024-06-26 13:39:00 +02:00

View File

@@ -2185,14 +2185,11 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
<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>
`;