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
<!--left content-->
<div ui-view="secondary" class="no-print col-sm-4 col-xs-12 column secondary-content" style="height:100%"
ng-class="{'transition-closed': responsive.primary === '1'}" aria-hidden="{{responsive.primary === '1' && resolutionWidth() }}"></div>
<!--right content-->
<div ui-view="primary" class="col-sm-8 col-xs-12 column primary-content" style="height:100%"
ng-class="{'transition-closed': responsive.primary !== '1', 'content-loading': globalDelayTracker.active(), 'content-loaded': !globalDelayTracker.active()}" aria-hidden="{{responsive.primary !== '1' && resolutionWidth() }}"></div>