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:
Monty Taylor 2019-01-17 13:00:59 +00:00
parent 50580e55d5
commit e1e6e454a9
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ results. */
.result_SUCCESS {
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;
}
.result_UNSTABLE, .result_WARNING {