summaryrefslogtreecommitdiff
path: root/gae/frontend/src/app/menu/job/job.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'gae/frontend/src/app/menu/job/job.component.html')
-rw-r--r--gae/frontend/src/app/menu/job/job.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gae/frontend/src/app/menu/job/job.component.html b/gae/frontend/src/app/menu/job/job.component.html
index 3c7220a..5151783 100644
--- a/gae/frontend/src/app/menu/job/job.component.html
+++ b/gae/frontend/src/app/menu/job/job.component.html
@@ -155,8 +155,8 @@
</ng-container>
<!-- Timestamp Column -->
- <ng-container matColumnDef="timestamp" mat-sort-header disabled>
- <mat-header-cell *matHeaderCellDef>Timestamp</mat-header-cell>
+ <ng-container matColumnDef="timestamp">
+ <mat-header-cell *matHeaderCellDef mat-sort-header disabled>Timestamp</mat-header-cell>
<mat-cell *matCellDef="let job"> {{getRelativeTime(job.timestamp)}} </mat-cell>
</ng-container>