Add result_TIMED_OUT & result_RETRY_LIMIT as failure colors
Both result_TIMED_OUT & result_RETRY_LIMIT are failures. We should color them as such in the Gerrit page. Change-Id: If13f245b9bdfa62f8251837cb8d3135e2720c48e
This commit is contained in:
parent
ef20ba960c
commit
096f732a92
@ -123,7 +123,7 @@ results. */
|
||||
.result_SUCCESS {
|
||||
color: #007f00;
|
||||
}
|
||||
.result_FAILURE, .result_POST_FAILURE {
|
||||
.result_FAILURE, .result_POST_FAILURE, .result_TIMED_OUT, .result_RETRY_LIMIT {
|
||||
color: #cf2f19;
|
||||
}
|
||||
.result_UNSTABLE, .result_WARNING {
|
||||
|
Loading…
Reference in New Issue
Block a user