remove comments

This commit is contained in:
Hop In, I Have Puppies AND WiFi 2024-12-18 12:23:25 +01:00
parent d95aa469a6
commit 8bb489d11d
Signed by: jleibl
GPG Key ID: E7B6F77BF5EDB6F7

View File

@ -13,7 +13,6 @@
@if (employees) { @if (employees) {
<div class="!overflow-x-auto !rounded-lg !bg-gray-50 !p-4"> <div class="!overflow-x-auto !rounded-lg !bg-gray-50 !p-4">
<table mat-table [dataSource]="employees" matSort class="!w-full"> <table mat-table [dataSource]="employees" matSort class="!w-full">
<!-- Name Column -->
<ng-container matColumnDef="name"> <ng-container matColumnDef="name">
<th mat-header-cell *matHeaderCellDef class="!text-left"> Name </th> <th mat-header-cell *matHeaderCellDef class="!text-left"> Name </th>
<td mat-cell *matCellDef="let employee" class="!py-4"> <td mat-cell *matCellDef="let employee" class="!py-4">
@ -32,7 +31,6 @@
</td> </td>
</ng-container> </ng-container>
<!-- Actions Column -->
<ng-container matColumnDef="actions"> <ng-container matColumnDef="actions">
<th mat-header-cell *matHeaderCellDef class="!text-right"> Actions </th> <th mat-header-cell *matHeaderCellDef class="!text-right"> Actions </th>
<td mat-cell *matCellDef="let employee" class="!text-right !py-4"> <td mat-cell *matCellDef="let employee" class="!text-right !py-4">