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

Unified Diff: Tools/GardeningServer/ui/ct-bot-failure-card.html

Issue 541123002: Move builderList creation to ct-failure-card (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 3 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 | Tools/GardeningServer/ui/ct-builder-grid.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-bot-failure-card.html
diff --git a/Tools/GardeningServer/ui/ct-bot-failure-card.html b/Tools/GardeningServer/ui/ct-bot-failure-card.html
index a67e61a704996b695a3fd7163a1c2db70291b7e9..81c32282f51d65bcbcb4960fe86b7a2786867c45 100644
--- a/Tools/GardeningServer/ui/ct-bot-failure-card.html
+++ b/Tools/GardeningServer/ui/ct-bot-failure-card.html
@@ -8,7 +8,7 @@ found in the LICENSE file.
<link rel="import" href="ct-commit-list.html">
<link rel="import" href="ct-test-list.html">
-<polymer-element name="ct-bot-failure-card" attributes="group" noscript>
+<polymer-element name="ct-bot-failure-card" attributes="group builderList" noscript>
<template>
<style>
ct-builder-grid {
@@ -20,7 +20,7 @@ found in the LICENSE file.
flex: 1;
}
</style>
- <ct-builder-grid failures="{{ group.failures }}"></ct-builder-grid>
+ <ct-builder-grid builderList="{{ builderList }}"></ct-builder-grid>
<div id="failure">
<ct-test-list tests="{{ group.failures }}" tree="{{ tree }}"></ct-test-list>
<ct-commit-list commitList="{{ group.commitList }}"></ct-commit-list>
« no previous file with comments | « no previous file | Tools/GardeningServer/ui/ct-builder-grid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698