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> |