Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: milo/appengine/frontend/static/buildbot/css/default.css

Issue 2254993002: Milo: Add task expired as a failure status (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Retrain, remove build-hang test case Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: milo/appengine/frontend/static/buildbot/css/default.css
diff --git a/milo/appengine/frontend/static/buildbot/css/default.css b/milo/appengine/frontend/static/buildbot/css/default.css
index 42d97c01fce72bd109016f84c7ef366b9c9e8ba6..9a4586cc1039876c0909633ec83b340856fc424c 100644
--- a/milo/appengine/frontend/static/buildbot/css/default.css
+++ b/milo/appengine/frontend/static/buildbot/css/default.css
@@ -446,6 +446,12 @@ div.BuildWaterfall {
border-color: #ACA0B3;
}
+.status-Expired, .expired {
+ color: #FFFFFF;
+ background-color: #ac39ac;
+ border-color: #ACA0B3;
+}
+
.warnings {
color: #FFFFFF;
background-color: #fa3;

Powered by Google App Engine
This is Rietveld 408576698