Skip to content
Snippets Groups Projects
Commit 5313839e authored by Nathan Cheval's avatar Nathan Cheval
Browse files

FIX #165 display group_desc instead of group_id in report view

parent 8731f2a8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment