Index: Tools/GardeningServer/ui/ct-failure-stream.html |
diff --git a/Tools/GardeningServer/ui/ct-failure-stream.html b/Tools/GardeningServer/ui/ct-failure-stream.html |
index b66760513995cf28edfb2c4d9be17d7d4506b8cb..110f8f1c19ca8483f94f8e895565bf852dec82cd 100644 |
--- a/Tools/GardeningServer/ui/ct-failure-stream.html |
+++ b/Tools/GardeningServer/ui/ct-failure-stream.html |
@@ -6,7 +6,7 @@ found in the LICENSE file. |
<link rel="import" href="ct-failure-card.html"> |
-<polymer-element name="ct-failure-stream" attributes="groups commits tree category" noscript> |
+<polymer-element name="ct-failure-stream" attributes="groups commitLog tree category" noscript> |
<template> |
<style> |
:host { |
@@ -22,7 +22,7 @@ found in the LICENSE file. |
<!-- FIXME: Show a label based on the category when the filtered stream isn't empty --> |
<template repeat="{{ group in groups }}"> |
<template if="{{ group.category == category }}"> |
- <ct-failure-card group="{{ group }}" commits="{{ commits }}" tree="{{ tree }}"></ct-failure-card> |
+ <ct-failure-card group="{{ group }}" commitLog="{{ commitLog }}" tree="{{ tree }}"></ct-failure-card> |
</template> |
</template> |
</template> |