diff --git a/apps/maarch_entreprise/Views/reports-administration.component.html b/apps/maarch_entreprise/Views/reports-administration.component.html index 2f445a27b5f419d4420c03c0c272bf631fbf2cbf..d9af90e33b44cf7bab843c72c982839ce4038d0b 100644 --- a/apps/maarch_entreprise/Views/reports-administration.component.html +++ b/apps/maarch_entreprise/Views/reports-administration.component.html @@ -37,9 +37,9 @@ </div> <mat-card *ngIf="!loading"> <mat-tab-group [(selectedIndex)]="selectedTabIndex_2" *ngIf="!creationMode" (selectedTabChange)="loadReports($event.index)"> - <mat-tab *ngFor="let group of groups" label="{{group.group_id}}"> + <mat-tab *ngFor="let group of groups" label="{{group.group_desc}"> <ng-template mat-tab-label> - {{group.group_id}} + {{group.group_desc}} </ng-template> <div *ngIf="loadingOptions"> <mat-spinner style="margin:auto;"></mat-spinner>