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
Branches
Tags
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.
Please register or to comment