azkaban-uncached

Adding skipped.

10/11/2012 3:54:56 AM

Changes

Details

diff --git a/src/web/css/azkaban.css b/src/web/css/azkaban.css
index efce923..90e59be 100644
--- a/src/web/css/azkaban.css
+++ b/src/web/css/azkaban.css
@@ -1732,6 +1732,10 @@ svg .DISABLED {
 	opacity: 0.3;
 }
 
+svg .SKIPPED {
+	opacity: 0.3;
+}
+
 span.sublabel {
 	font-size: 8pt;
 	margin-left: 12px;
@@ -1940,6 +1944,10 @@ td .status.DISABLED {
 	background-color: #AAA;	
 }
 
+td .status.SKIPPED {
+	background-color: #AAA;	
+}
+
 td .status.KILLED {
 	background-color: #CC0000;
 }