Skip to content

Commit

Permalink
test solution and reports data removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacy130 committed Mar 31, 2016
1 parent 9eda699 commit 992de94
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions client/frontend/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -111,29 +111,6 @@ <h3 class="col-md-3 col-md-offset-2">Crash groups</h3>
</td>
</tr>
</tbody>
<tbody data-bind="foreach:crashReportsData">
<tr>
<td data-bind="text:ReportId"></td>
<td>
<!--ko if:Group()-->
<span data-bind="text:Group().GroupId"></span>
<!--/ko-->
<!--ko ifnot:Group()-->
none
<!--/ko-->
</td>
<td data-bind="text:Application().Name"></td>
<td data-bind="text:GroupId"></td>
</tr>
</tbody>
<tbody data-bind="foreach:crashSolutionsData">
<tr>
<td data-bind="text:SolutionId"></td>
<td data-bind="text:Group().GroupId"></td>
<td data-bind="text:ShellScript"></td>
<td data-bind="text:GroupId"></td>
</tr>
</tbody>
</table>
</div>
</div>
Expand Down

0 comments on commit 992de94

Please sign in to comment.