|
|
|
@ -80,7 +80,7 @@
|
|
|
|
|
<th *matHeaderCellDef class="px-1" i18n mat-header-cell mat-sort-header>
|
|
|
|
|
Type
|
|
|
|
|
</th>
|
|
|
|
|
<td mat-cell *matCellDef="let element" class="px-1">
|
|
|
|
|
<td *matCellDef="let element" mat-cell class="px-1">
|
|
|
|
|
<div
|
|
|
|
|
class="d-inline-flex p-1 type-badge"
|
|
|
|
|
[ngClass]="{
|
|
|
|
@ -262,11 +262,7 @@
|
|
|
|
|
<span class="d-none d-lg-block">{{ element.Account?.name }}</span>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
<td
|
|
|
|
|
*matFooterCellDef
|
|
|
|
|
class="d-none d-lg-table-cell px-1"
|
|
|
|
|
mat-footer-cell
|
|
|
|
|
></td>
|
|
|
|
|
<td *matFooterCellDef class="px-1" mat-footer-cell></td>
|
|
|
|
|
</ng-container>
|
|
|
|
|
|
|
|
|
|
<ng-container matColumnDef="actions">
|
|
|
|
|