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

Unified Diff: Tools/GardeningServer/model/ct-trooper-failure-group-data.html

Issue 555263004: Add hung bots to sheriff-o-matic view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address nits. Created 6 years, 3 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: Tools/GardeningServer/model/ct-trooper-failure-group-data.html
diff --git a/Tools/GardeningServer/model/ct-trooper-failure-group-data.html b/Tools/GardeningServer/model/ct-trooper-failure-group-data.html
index 636bfa4e0c5d3cee7196aa55aaffdba6ac22abe9..5f09aaebd42b1ddb2ab9df9aa4b672e74a509bca 100644
--- a/Tools/GardeningServer/model/ct-trooper-failure-group-data.html
+++ b/Tools/GardeningServer/model/ct-trooper-failure-group-data.html
@@ -11,6 +11,7 @@ function CTTrooperFailureGroupData(details, url, raw, type, tree) {
this.data = raw;
this.type = type;
this.tree = tree;
+ this.category = 'trooper';
};
CTTrooperFailureGroupData.prototype.getAnnotations = function() {

Powered by Google App Engine
This is Rietveld 408576698