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
<div class="progress-bar-widget">
<button class="progress-bar-btn" ng-click="goPrevious()" ng-if="hidePrevious !== 'true'">
<span aria-hidden="true" class="glyphicon glyphicon-arrow-left"></span>
Previous
</button>
<div class="progress-wrapper" ng-class="{'hide-previous': hidePrevious}">
<span class="progress-status-text" aria-hidden="true" tabindex="-1">{{progress}}%</span>
<div class="progress-status-bar" aria-hidden="true" tabindex="-1" ng-style="{width: progress + '%'}">{{progress}}%</div>
</div>
<button class="progress-bar-btn" ng-click="goNext()" ng-if="hideNext !== 'true'">
<span aria-hidden="true" class="glyphicon glyphicon-arrow-right"></span>
Next
</button>
</div>