diff --git a/frontend/src/components/MatchReportApiDialog.vue b/frontend/src/components/MatchReportApiDialog.vue index 35b5b98a..519930d4 100755 --- a/frontend/src/components/MatchReportApiDialog.vue +++ b/frontend/src/components/MatchReportApiDialog.vue @@ -101,6 +101,33 @@ +
+ +

Keine Netzwerkverbindung: Die Simulation entfernt Doppelpositionen wie eine normalisierte + Validierungsantwort und prüft, ob der finale Payload sie wiederherstellt.

+
+ {{ simulationResult.valid ? '✓ Doppel sind im finalen Payload vollständig' : '⚠ Doppel fehlen im finalen Payload' }} +

{{ simulationResult.summary }}

+ +
+ + + + + + + + +
SpielHeimGastPrüfung
{{ row.matchNumber }}{{ row.home }}{{ row.guest }}{{ row.valid ? '✓ vollständig' : '✕ unvollständig' }}
+
+
+
+