Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
<h2>{{name}}</h2>
<table allure-table class="test-list table table-hover table-condensed">
<tbody>
<tr class="list-item" ng-repeat="item in data | limitTo: ctrl.dataLimit">
<td>{{item.key}}</td>
<td ng-bind-html="item.value | linky"></td>
</tr>
<tr ng-show="data.length > ctrl.dataLimit">
<td colspan="2" class="text-center clickable" ng-click="ctrl.showAll()">
<a>Show all</a>
</td>
</tr>
</tbody>
</table>