Index: Tools/GardeningServer/ui/ct-results-detail.html |
diff --git a/Tools/GardeningServer/ui/ct-commit.html b/Tools/GardeningServer/ui/ct-results-detail.html |
similarity index 60% |
copy from Tools/GardeningServer/ui/ct-commit.html |
copy to Tools/GardeningServer/ui/ct-results-detail.html |
index 61d00be86d4e424d95128084f822f23c28f32011..b79de10b9006c55d0957bd54be7e8414b007c644 100644 |
--- a/Tools/GardeningServer/ui/ct-commit.html |
+++ b/Tools/GardeningServer/ui/ct-results-detail.html |
@@ -4,13 +4,16 @@ Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
--> |
-<polymer-element name="ct-commit" attributes="data" noscript> |
+<link rel="import" href="ct-results-comparison.html"> |
+ |
+<polymer-element name="ct-results-detail" attributes="test builder" noscript> |
<template> |
<style> |
:host { |
display: block; |
} |
</style> |
- {{data.revision}}: {{data.summary}} <em>{{data.author}} ({{data.reviewer}})</em> |
+ Test: {{test}}<br> |
esprehn
2014/07/01 19:47:45
Ick, can we use a <div> instead of a <br>?
|
+ Builder: {{builder}} |
</template> |
</polymer-element> |