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

Unified Diff: appengine/trooper_o_matic/ui/tom-cq-graphs.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 | « appengine/trooper_o_matic/ui/tom-cq-graph.html ('k') | appengine/trooper_o_matic/ui/tom-patch-summary.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/trooper_o_matic/ui/tom-cq-graphs.html
diff --git a/appengine/trooper_o_matic/ui/tom-cq-graphs.html b/appengine/trooper_o_matic/ui/tom-cq-graphs.html
index 2212654688ef7079dcde3e6ccd5d39feb82ea80a..f44a24eb2383b77c9e431633898d8acd2b32f0e8 100644
--- a/appengine/trooper_o_matic/ui/tom-cq-graphs.html
+++ b/appengine/trooper_o_matic/ui/tom-cq-graphs.html
@@ -14,6 +14,7 @@ found in the LICENSE file.
<polymer-element name="tom-cq-graphs" attributes="project">
<template>
<h1>Commit Queue Status</h1>
+ Click on graph points for detailed information.
<template repeat="{{ graph in graphList }}">
<tom-cq-graph graph="{{ graph }}"></tom-cq-graph>
</template>
« no previous file with comments | « appengine/trooper_o_matic/ui/tom-cq-graph.html ('k') | appengine/trooper_o_matic/ui/tom-patch-summary.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698