reworked the poule tables... my god.

This commit is contained in:
Joachim 2018-09-01 21:40:20 +02:00
parent 9e8f3f8c71
commit 6c57a2b0cd

View File

@ -1,31 +1,3 @@
<!--<div class="poule-card">-->
<!--<div class="poule-title">-->
<!--Poule {{poule}}-->
<!--</div>-->
<!--<table>-->
<!--&lt;!&ndash;headers &ndash;&gt;-->
<!--<tr>-->
<!--<td>Team</td>-->
<!--<ng-container *ngFor="let y of ' '.repeat(maxRaces).split(''), let x = index">-->
<!--<td>Race {{x+1}}</td>-->
<!--</ng-container>-->
<!--<td>Gem. beste 2</td>-->
<!--</tr>-->
<!--<tr *ngFor="let team of teams">-->
<!--<td>{{team.name}}</td>-->
<!--&lt;!&ndash;cheap trick to iterate from 0 to maxraces&ndash;&gt;-->
<!--<ng-container *ngFor="let y of ' '.repeat(maxRaces).split(''), let x = index">-->
<!--<td class="timetd">-->
<!--<p class="time" *ngFor="let time of getLapTimes(x, team.idteam)">{{time/1000| number:'1.2-2'}}s</p>-->
<!--<p class="penaltyrow">{{getPenaltySum(x, team.idteam)}}</p>-->
<!--<p class="racetimetotal">{{getRaceTime(x, team.idteam)/1000 | number:'1.2-2'}}s</p>-->
<!--</td>-->
<!--</ng-container>-->
<!--<td>{{getAvgOfBestTwo(team.idteam)/1000 | number:'1.2-2'}}s</td>-->
<!--</tr>-->
<!--</table>-->
<!--</div>-->
<div class="poule-header">Poule {{poule}}</div>
<div class="total-poule" style="display: grid">