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

Unified Diff: appengine/trooper_o_matic/model/cqstats-ratio-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
Index: appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html
diff --git a/appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html b/appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html
index ade13ce48dd7e1e82b360f1986f7a1b5e299f8de..01eac6259985ea4f4a7ccf7b17ae2a9b599ed5d6 100644
--- a/appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html
+++ b/appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html
@@ -51,8 +51,8 @@ CQStatsRatioGraphData.prototype.rowItems = function(index) {
return cqStatsUtil.loadStatItems(name, cqStats.key).then(function(items) {
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 | « appengine/trooper_o_matic/model/cqstats-graph-data.html ('k') | appengine/trooper_o_matic/model/patch-summary.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698