From bfce76a0c20dec6da1401349b60390d1c21d195e Mon Sep 17 00:00:00 2001
From: Jan Kozusznik <jan@kozusznik.cz>
Date: Fri, 23 Feb 2018 09:33:50 +0100
Subject: [PATCH] azure color for queued job

---
 .../ui/SPIMPipelineProgressViewController.java                   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/SPIMPipelineProgressViewController.java b/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/SPIMPipelineProgressViewController.java
index cb3a3335..4c8f2337 100644
--- a/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/SPIMPipelineProgressViewController.java
+++ b/haas-spim-benchmark/src/main/java/cz/it4i/fiji/haas_spim_benchmark/ui/SPIMPipelineProgressViewController.java
@@ -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);
 	}
 
-- 
GitLab