Browse Source

Clean up

pull/4720/head
Thomas Kaul 4 weeks ago
parent
commit
5c8c665e75
  1. 18
      apps/client/src/app/components/accounts-table/accounts-table.component.html

18
apps/client/src/app/components/accounts-table/accounts-table.component.html

@ -255,17 +255,9 @@
</td> </td>
<td <td
*matFooterCellDef *matFooterCellDef
class="d-none d-lg-table-cell px-1 text-right" class="d-none d-lg-table-cell px-1"
mat-footer-cell mat-footer-cell
> ></td>
<gf-value
class="d-inline-block justify-content-end"
[isPercent]="true"
[locale]="locale"
[precision]="2"
[value]="1"
/>
</td>
</ng-container> </ng-container>
<ng-container matColumnDef="comment"> <ng-container matColumnDef="comment">
@ -328,7 +320,11 @@
</button> </button>
</mat-menu> </mat-menu>
</td> </td>
<td *matFooterCellDef class="px-1" mat-footer-cell></td> <td
*matFooterCellDef
class="d-none d-lg-table-cell px-1"
mat-footer-cell
></td>
</ng-container> </ng-container>
<tr *matHeaderRowDef="displayedColumns" mat-header-row></tr> <tr *matHeaderRowDef="displayedColumns" mat-header-row></tr>

Loading…
Cancel
Save