#5 BulkList sorted by name
This commit is contained in:
parent
e7080a058c
commit
223e9baf4a
@ -4,7 +4,7 @@
|
|||||||
<th>Bezeichnung</th>
|
<th>Bezeichnung</th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr *ngFor="let bulk of bulks; trackBy: Bulk.trackBy">
|
<tr *ngFor="let bulk of bulks.sort(Bulk.compareName); trackBy: Bulk.trackBy">
|
||||||
|
|
||||||
<td class="boolean" (click)="set(bulk, 'enabled', !bulk.enabled)" [class.true]="bulk.enabled" [class.false]="!bulk.enabled">
|
<td class="boolean" (click)="set(bulk, 'enabled', !bulk.enabled)" [class.true]="bulk.enabled" [class.false]="!bulk.enabled">
|
||||||
<fa-icon *ngIf="bulk.enabled" [icon]="faCheckCircle"></fa-icon>
|
<fa-icon *ngIf="bulk.enabled" [icon]="faCheckCircle"></fa-icon>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user