temp branch erstellt für (HEAD detached at 0936429)
This commit is contained in:
@@ -2182,17 +2182,14 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
|
|||||||
<div class="bg-white rounded-lg m-0 p-2">
|
<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-lg font-semibold text-gray-900">${stat.ModulName || "Unknown"}</span><br>
|
||||||
<span class="text-md font-bold text-gray-800">
|
<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><br>
|
||||||
<span class="text-gray-800">
|
<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>
|
||||||
<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>
|
||||||
${stat.Message || "N/A"}
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
<span class="text-gray-800">
|
|
||||||
<span style="color: ${stat.PrioColor || "#000000"};">(${stat.PrioName || "N/A"})</span>
|
<span style="color: ${stat.PrioColor || "#000000"};">(${stat.PrioName || "N/A"})</span>
|
||||||
</span><br>
|
</span><br>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user