From c0f28f356668d7c215143c8415ef5a83a8e2f6a8 Mon Sep 17 00:00:00 2001
From: Raj Gupta <150777419+Raj-G07@users.noreply.github.com>
Date: Sat, 27 Sep 2025 23:24:34 +0530
Subject: [PATCH] Resolve sorting
---
.../src/app/components/admin-jobs/admin-jobs.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
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