This commit is contained in:
IGNY8 VPS (Salman)
2025-12-15 10:31:20 +00:00
parent 1ef4bb7db6
commit 7fb2a9309e
10 changed files with 352 additions and 248 deletions

View File

@@ -136,7 +136,7 @@ export const createTasksPageConfig = (
{
key: 'cluster_name',
label: 'Cluster',
sortable: true,
sortable: false, // Backend doesn't support sorting by cluster_id
sortField: 'cluster_id',
width: '200px',
render: (_value: string, row: Task) => row.cluster_name || '-',
@@ -162,7 +162,7 @@ export const createTasksPageConfig = (
{
key: 'content_type',
label: 'Type',
sortable: true,
sortable: false, // Backend doesn't support sorting by content_type
sortField: 'content_type',
width: '110px',
render: (value: string) => {