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

altered job execution list status color for QA_MANUAL to match the jobspect detail views colors

parent ca9237c1
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@ export class JobspecExecutionComponent implements OnInit, OnDestroy {
return 'badge-warning';
case 'PROCESSING':
return 'badge-primary';
case 'QA_MANUAL':
return 'badge-warning';
default:
return 'badge-info';
}
......
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