Skip to content
Snippets Groups Projects
Commit 63985321 authored by Reid Givens's avatar Reid Givens
Browse files

added status as options for sort in jobs and exectuions tabs

parent dc20ad45
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ export class Job {
}
}
static SORT_COLUMNS = ['id', 'name', 'start_date', 'end_date'];
static SORT_COLUMNS = ['id', 'name', 'start_date', 'end_date', 'status'];
}
export class Task {
......@@ -97,5 +97,5 @@ export class JobSpec {
status: string;
targets: Array<ProductVersion>;
static SORT_COLUMNS = ['id', 'name', 'creation_date'];
static SORT_COLUMNS = ['id', 'name', 'creation_date', 'status'];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment