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

Unified Diff: Tools/GardeningServer/model/ct-sheriff-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-sheriff-failure-group-data.html
diff --git a/Tools/GardeningServer/model/ct-sheriff-failure-group-data.html b/Tools/GardeningServer/model/ct-sheriff-failure-group-data.html
index e1f3cfc3a8630a5f70a4da52279ab4f4122fab08..11f32ef99f78347a4057421cdb0da99016f2b4a7 100644
--- a/Tools/GardeningServer/model/ct-sheriff-failure-group-data.html
+++ b/Tools/GardeningServer/model/ct-sheriff-failure-group-data.html
@@ -10,7 +10,7 @@ found in the LICENSE file.
function CTSheriffFailureGroupData(failures, commitList) {
this.failures = failures;
this.commitList = commitList;
- this.type = 'sheriff';
+ this.category = 'sheriff';
};
CTSheriffFailureGroupData.prototype.getAnnotations = function() {
« no previous file with comments | « Tools/GardeningServer/model/ct-failures.html ('k') | Tools/GardeningServer/model/ct-trooper-failure-group-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698