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

Unified Diff: appengine/trooper_o_matic/model/cqstats-graph-data.html

Issue 845963005: trooper-o-matic: Add patch attempt timeline view to CQ graphs (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@+addAlternateBuildViews
Patch Set: Review changes Created 5 years, 11 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
« no previous file with comments | « no previous file | appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/trooper_o_matic/model/cqstats-graph-data.html
diff --git a/appengine/trooper_o_matic/model/cqstats-graph-data.html b/appengine/trooper_o_matic/model/cqstats-graph-data.html
index 732cd035c7158ad093670245811523e578e718de..420dba8c3c7795502553e851be0aeabde2de7af1 100644
--- a/appengine/trooper_o_matic/model/cqstats-graph-data.html
+++ b/appengine/trooper_o_matic/model/cqstats-graph-data.html
@@ -63,8 +63,8 @@ CQStatsGraphData.prototype.rowItems = function(index) {
items.forEach(function(item) { item[0] /= 60; });
return {
items: items,
- begin: new Date(cqStats.begin * 1000),
- end: new Date(cqStats.end * 1000),
+ begin: cqStats.begin,
+ end: cqStats.end,
};
});
})
« no previous file with comments | « no previous file | appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698