summaryrefslogtreecommitdiff
path: root/templates/index.css
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-04-24 16:39:02 +0100
committerThomas Wood <thomas.wood@intel.com>2014-04-28 09:51:28 +0100
commiteb28f829949329d6dd09b4ea66d62334d547205b (patch)
treeebcf7443d6574a29451006ca0c266644d9b07b65 /templates/index.css
parent6cb822d163381099a637a6abab0ed7427ad9da5e (diff)
framework: add support for a "timeout" status
Signed-off-by: Thomas Wood <thomas.wood@intel.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'templates/index.css')
-rw-r--r--templates/index.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/index.css b/templates/index.css
index 577370cec..3389738ab 100644
--- a/templates/index.css
+++ b/templates/index.css
@@ -36,7 +36,7 @@ td:first-child > div {
background-color: #c8c838
}
-td.skip, td.warn, td.fail, td.pass, td.trap, td.abort, td.crash, td.dmesg-warn, td.dmesg-fail {
+td.skip, td.warn, td.fail, td.pass, td.trap, td.abort, td.crash, td.dmesg-warn, td.dmesg-fail, td.timeout {
text-align: right;
}
@@ -67,6 +67,9 @@ tr:nth-child(even) td.fail { background-color: #e00505; }
tr:nth-child(odd) td.dmesg-fail { background-color: #ff2020; }
tr:nth-child(even) td.dmesg-fail { background-color: #e00505; }
+tr:nth-child(odd) td.timeout { background-color: #83bdf6; }
+tr:nth-child(even) td.timeout { background-color: #4a9ef2; }
+
tr:nth-child(odd) td.trap { background-color: #111111; }
tr:nth-child(even) td.trap { background-color: #000000; }
tr:nth-child(odd) td.abort { background-color: #111111; }