diff --git a/apps/client/src/app/components/admin-jobs/admin-jobs.html b/apps/client/src/app/components/admin-jobs/admin-jobs.html index 6b839c167..14f1b211b 100644 --- a/apps/client/src/app/components/admin-jobs/admin-jobs.html +++ b/apps/client/src/app/components/admin-jobs/admin-jobs.html @@ -29,7 +29,7 @@ *matHeaderCellDef class="px-1 py-2 text-right" mat-header-cell - mat-sort-header + mat-sort-header="id" > Job ID @@ -43,7 +43,7 @@ *matHeaderCellDef class="px-1 py-2" mat-header-cell - mat-sort-header + mat-sort-header="name" > Type @@ -63,7 +63,7 @@ *matHeaderCellDef class="px-1 py-2" mat-header-cell - mat-sort-header + mat-sort-header="data.symbol" > Symbol @@ -77,7 +77,7 @@ *matHeaderCellDef class="px-1 py-2" mat-header-cell - mat-sort-header + mat-sort-header="data.dataSource" > Data Source @@ -91,7 +91,7 @@ *matHeaderCellDef class="px-1 py-2" mat-header-cell - mat-sort-header + mat-sort-header="opts.priority" > Priority @@ -115,7 +115,7 @@ *matHeaderCellDef class="px-1 py-2 text-right" mat-header-cell - mat-sort-header + mat-sort-header="attemptsMade" > Attempts @@ -129,7 +129,7 @@ *matHeaderCellDef class="px-1 py-2" mat-header-cell - mat-sort-header + mat-sort-header="timestamp" > Created