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

Unified Diff: Tools/GardeningServer/ui/ct-failing-builders.html

Issue 409063002: Simplify failing builder lists. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: make resultTypes private Created 6 years, 5 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: Tools/GardeningServer/ui/ct-failing-builders.html
diff --git a/Tools/GardeningServer/ui/ct-failing-builders.html b/Tools/GardeningServer/ui/ct-failing-builders.html
index 37885b24e469784ddf3f17d13f79f05630a23d19..14cb91747306047b9e32bc46bac258ffd810f0ad 100644
--- a/Tools/GardeningServer/ui/ct-failing-builders.html
+++ b/Tools/GardeningServer/ui/ct-failing-builders.html
@@ -21,7 +21,7 @@ found in the LICENSE file.
}
</style>
<template repeat="{{ builder in builders|keys }}">
- <ct-builder builderName="{{ builder }}" steps="{{ builders[builder] }}"></ct-builder>
+ <ct-builder builder="{{ builder }}" steps="{{ builders[builder] }}"></ct-builder>
</template>
</template>
<script>

Powered by Google App Engine
This is Rietveld 408576698