Skip to content
Snippets Groups Projects
Commit bfce76a0 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

azure color for queued job

parent f886b57f
No related branches found
No related tags found
1 merge request!14Iss1026
......@@ -38,6 +38,7 @@ public class SPIMPipelineProgressViewController extends BorderPane implements Cl
taskExecutionState2Color.put(JobState.Running, Color.YELLOW);
taskExecutionState2Color.put(JobState.Finished, Color.GREEN);
taskExecutionState2Color.put(JobState.Failed, Color.RED);
taskExecutionState2Color.put(JobState.Queued, Color.AZURE);
taskExecutionState2Color.put(JobState.Unknown, Color.GRAY);
}
......
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