|
1 | | -<mat-card style="padding-bottom: 4%"> |
2 | | - <mat-card-content |
3 | | - style=" |
4 | | - background-color: white; |
5 | | - padding-top: 3%; |
6 | | - padding-left: 2%; |
7 | | - font-size: large; |
8 | | - padding-bottom: 2%; |
9 | | - border-bottom: 2px solid lightgray; |
10 | | - " |
11 | | - > |
12 | | - Ergebnisse des Linters als .csv exportieren: |
13 | | - <a mat-raised-button download href="{{ csvExportLink }}" color="primary" |
14 | | - >Download</a |
15 | | - > |
16 | | - </mat-card-content> |
17 | | - <mat-grid-list cols="2" rowHeight="700px" style="margin-bottom: 3%"> |
| 1 | +<!-- stats --> |
| 2 | +<mat-card> |
| 3 | + <mat-grid-list cols="2" style="margin-bottom: 3%"> |
18 | 4 | <mat-grid-tile [colspan]="1" [rowspan]="1"> |
19 | | - <mat-card-content style="width: 100%; height: 100%"> |
| 5 | + <mat-card-content class="chart"> |
20 | 6 | <div |
21 | 7 | fxLayout="column" |
22 | 8 | fxLayoutAlign="center center" |
|
28 | 14 | </mat-card-content> |
29 | 15 | </mat-grid-tile> |
30 | 16 | <mat-grid-tile [colspan]="1" [rowspan]="1"> |
31 | | - <mat-card-content style="width: 100%; height: 100%"> |
| 17 | + <mat-card-content class="chart"> |
32 | 18 | <div |
33 | 19 | fxLayout="column" |
34 | 20 | fxLayoutAlign="center center" |
|
40 | 26 | </mat-card-content> |
41 | 27 | </mat-grid-tile> |
42 | 28 | <mat-grid-tile [colspan]="1" [rowspan]="1"> |
43 | | - <mat-card-content style="width: 100%; height: 100%"> |
| 29 | + <mat-card-content class="chart"> |
44 | 30 | <div |
45 | 31 | fxLayout="column" |
46 | 32 | fxLayoutAlign="center center" |
|
52 | 38 | </mat-card-content> |
53 | 39 | </mat-grid-tile> |
54 | 40 | <mat-grid-tile [colspan]="1" [rowspan]="1"> |
55 | | - <mat-card-content style="width: 100%; height: 100%"> |
| 41 | + <mat-card-content class="chart"> |
56 | 42 | <div |
57 | 43 | fxLayout="column" |
58 | 44 | fxLayoutAlign="center center" |
|
65 | 51 | </mat-grid-tile> |
66 | 52 | </mat-grid-list> |
67 | 53 | </mat-card> |
| 54 | +<!-- END stats --> |
| 55 | + |
| 56 | +<!-- csv export --> |
| 57 | +<mat-card style="padding-bottom: 4%"> |
| 58 | + <mat-card-content |
| 59 | + style=" |
| 60 | + background-color: white; |
| 61 | + padding-top: 3%; |
| 62 | + padding-left: 2%; |
| 63 | + font-size: large; |
| 64 | + padding-bottom: 2%; |
| 65 | + border-bottom: 2px solid lightgray; |
| 66 | + " |
| 67 | + > |
| 68 | + Ergebnisse des Linters als .csv exportieren: |
| 69 | + <a mat-raised-button download href="{{ csvExportLink }}" color="primary" |
| 70 | + >Download</a |
| 71 | + > |
| 72 | + </mat-card-content> |
| 73 | +</mat-card> |
| 74 | +<!-- END csv export --> |
0 commit comments