diff --git a/components/MapComponent.js b/components/MapComponent.js index 665d3bc3d..a4a0f598b 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -2182,17 +2182,14 @@ const MapComponent = ({ locations, onLocationUpdate, lineCoordinates }) => {
${stat.ModulName || "Unknown"}
- ModulName : ${stat.ModulTyp || "N/A"} + ${stat.ModulTyp || "N/A"}
- - - ${stat.Message || "N/A"} - - - + + ${stat.Message || "N/A"} (${stat.PrioName || "N/A"})
+
`;