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

Unified Diff: Tools/GardeningServer/ui/ct-sheriff-o-matic.html

Issue 453543002: Add last update time to Sheriff-O-Matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 4 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 | « Tools/GardeningServer/ui/ct-last-updated.html ('k') | Tools/GardeningServer/ui/ct-unexpected-failures.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-sheriff-o-matic.html
diff --git a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
index 7ad1a6f51f6e9c1f8385c5bd21d0d3859e8486a3..3835323c22263f28d78dfaea6d0dbec3dd2f0196 100644
--- a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
+++ b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
@@ -54,15 +54,18 @@ found in the LICENSE file.
</a>
</template>
</div>
- <!-- FIXME: Use a proper polymer component with data binding. -->
- <select id="tree" on-change="{{ _updateTree }}">
- <option value="blink">Blink</option>
- <option value="chromium">Chromium</option>
- </select>
+ <div>
+ <ct-last-updated date="{{ lastUpdateDate }}"></ct-last-updated>
+ <!-- FIXME: Use a proper polymer component with data binding. -->
+ <select id="tree" on-change="{{ _updateTree }}">
+ <option value="blink">Blink</option>
+ <option value="chromium">Chromium</option>
+ </select>
+ </div>
</header>
<core-animated-pages selected="{{ selected }}" transitions="slide-from-right">
- <ct-unexpected-failures tree="{{ tree }}" on-ct-examine-failures="{{ onExamine }}"></ct-unexpected-failures>
+ <ct-unexpected-failures tree="{{ tree }}" lastUpdateDate="{{ lastUpdateDate }}" on-ct-examine-failures="{{ onExamine }}"></ct-unexpected-failures>
<ct-results-panel failures="{{ currentFailures }}" tree="{{ tree }}"></ct-results-panel>
</core-animated-pages>
</template>
« no previous file with comments | « Tools/GardeningServer/ui/ct-last-updated.html ('k') | Tools/GardeningServer/ui/ct-unexpected-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698