Merge "Add result_TIMED_OUT & result_RETRY_LIMIT as failure colors"

This commit is contained in:
Zuul 2017-11-02 00:02:48 +00:00 committed by Gerrit Code Review
commit a437558297

View File

@ -123,7 +123,7 @@ results. */
.result_SUCCESS { .result_SUCCESS {
color: #007f00; color: #007f00;
} }
.result_FAILURE, .result_POST_FAILURE { .result_FAILURE, .result_POST_FAILURE, .result_TIMED_OUT, .result_RETRY_LIMIT {
color: #cf2f19; color: #cf2f19;
} }
.result_UNSTABLE, .result_WARNING { .result_UNSTABLE, .result_WARNING {