+ @if (this.activeMatches().length > 0) {
+
- @if (this.activeMatches().length > 0) {
-
-
- @for (activeMatch of this.activeMatches(); track activeMatch.match.id) {
-
-
- Baan {{ activeMatch.match.court }}
-
-
-
+ @for (activeMatch of this.activeMatches(); track activeMatch.match.id) {
+
+
+ Baan {{ activeMatch.match.court }}
+
+ -
+
+ {{ activeMatch.group.name }} {{ activeMatch.round.name }}
+
+
+
+
Teller: {{ activeMatch.match.counter | fullName }}
+
+
Starttijd: {{ activeMatch.match.startTime | date: 'HH:mm' }}
+
Duur: {{ getDuration(activeMatch.match.startTime) | date: 'mm:ss' }}
- -
-
- {{ activeMatch.group.name }} {{ activeMatch.round.name }}
-
-
-
Teller: {{ activeMatch.match.counter | fullName }}
-
-
Starttijd: {{ activeMatch.match.startTime | date: 'HH:mm' }}
-
Duur: {{ getDuration(activeMatch.match.startTime) | date: 'mm:ss' }}
-
-
-
-
-
-
-
+
+
+
+
+
+
+ }
+ } @else {
+
Geen actieve wedstrijden
}
- } @else {
-
Geen actieve wedstrijden
- }
+
}
@if (tournament.status == 'ONGOING' || tournament.status == 'DRAWN') {
diff --git a/src/app/components/tournament-manage/tournament-manage.component.scss b/src/app/components/tournament-manage/tournament-manage.component.scss
index d4e93ab..779e455 100644
--- a/src/app/components/tournament-manage/tournament-manage.component.scss
+++ b/src/app/components/tournament-manage/tournament-manage.component.scss
@@ -39,3 +39,6 @@ td.w-fill {
z-index: 1000 !important;
}
+.tab-content-wrapper {
+ margin: 0 4px 0 4px;
+}