Add a color to the .status_DISK_FULL class
We return DISK_FULL but we don't color it in our CSS. Change-Id: I860cd8859835f169e6240fcfb066b906109c2545
This commit is contained in:
parent
50580e55d5
commit
e1e6e454a9
@ -123,7 +123,7 @@ results. */
|
|||||||
.result_SUCCESS {
|
.result_SUCCESS {
|
||||||
color: #007f00;
|
color: #007f00;
|
||||||
}
|
}
|
||||||
.result_FAILURE, .result_POST_FAILURE, .result_TIMED_OUT, .result_RETRY_LIMIT {
|
.result_FAILURE, .result_POST_FAILURE, .result_TIMED_OUT, .result_RETRY_LIMIT, .result_DISK_FULL {
|
||||||
color: #cf2f19;
|
color: #cf2f19;
|
||||||
}
|
}
|
||||||
.result_UNSTABLE, .result_WARNING {
|
.result_UNSTABLE, .result_WARNING {
|
||||||
|
Loading…
Reference in New Issue
Block a user