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
<table allure-table class="test-list table table-hover table-condensed">
<tbody>
<tr class="list-item" ng-repeat="item in data">
<td>{{item.title}}</td>
<td>
<div class="progress">
<div class="progress-bar progress-bar-{{percent.status}}" ng-repeat="percent in item.percents"
tooltip="{{percent.count}} {{percent.status | translate}} ({{percent.ratio|number:0}}%)" ng-style="{width: percent.value+'%'}">
<span>{{percent.count}}</span>
</div>
</div>
</td>
</tr>
</tbody>
</table>