Skip to content
Snippets Groups Projects
Verified Commit 5e448b60 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #94 remove module information in action list

parent 45accb99
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
<ng-container matColumnDef="label_action"> <ng-container matColumnDef="label_action">
<mat-header-cell *matHeaderCellDef></mat-header-cell> <mat-header-cell *matHeaderCellDef></mat-header-cell>
<mat-cell *matCellDef="let element" style="flex:6;"> <mat-cell *matCellDef="let element" style="flex:6;">
<mat-checkbox color="primary" (change)="addAction(group)" [(ngModel)]="element.checked">{{element.label_action}}</mat-checkbox> <small>({{element.origin}})</small> <mat-checkbox color="primary" (change)="addAction(group)" [(ngModel)]="element.checked">{{element.label_action}}</mat-checkbox>
</mat-cell> </mat-cell>
</ng-container> </ng-container>
<ng-container matColumnDef="actions"> <ng-container matColumnDef="actions">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment