| Index: Tools/GardeningServer/model/ct-builder-failure-group-data.html
|
| diff --git a/Tools/GardeningServer/model/ct-builder-failure-group-data.html b/Tools/GardeningServer/model/ct-builder-failure-group-data.html
|
| index 28d22f041fc56ed5b261996fc092878f56e9c05a..1870e84883f691804e3ff29390ca3559f75facef 100644
|
| --- a/Tools/GardeningServer/model/ct-builder-failure-group-data.html
|
| +++ b/Tools/GardeningServer/model/ct-builder-failure-group-data.html
|
| @@ -4,12 +4,15 @@ Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file.
|
| -->
|
|
|
| +<link rel="import" href="ct-builder-list.html">
|
| +
|
| <script>
|
| function CTBuilderFailureGroupData(failure, bot, url) {
|
| this.bot = bot;
|
| this.failure = failure;
|
| - this.category = 'builder';
|
| this.url = url;
|
| + this.builderList = new CTBuilderList(failure);
|
| + this.category = 'builder';
|
| };
|
|
|
| CTBuilderFailureGroupData.prototype.getAnnotations = function() {
|
|
|