Spaces:
Running
Running
Update flare-ui/src/app/components/test/test.component.html
Browse files
flare-ui/src/app/components/test/test.component.html
CHANGED
@@ -27,9 +27,8 @@
|
|
27 |
[(expanded)]="category.expanded">
|
28 |
<mat-expansion-panel-header>
|
29 |
<mat-panel-title>
|
30 |
-
<mat-checkbox [(
|
31 |
-
|
32 |
-
{{ category.displayName }}
|
33 |
</mat-checkbox>
|
34 |
</mat-panel-title>
|
35 |
<mat-panel-description>
|
|
|
27 |
[(expanded)]="category.expanded">
|
28 |
<mat-expansion-panel-header>
|
29 |
<mat-panel-title>
|
30 |
+
<mat-checkbox [checked]="allSelected" (change)="toggleAll()">
|
31 |
+
<strong>All Tests ({{ totalTests }} tests)</strong>
|
|
|
32 |
</mat-checkbox>
|
33 |
</mat-panel-title>
|
34 |
<mat-panel-description>
|