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="connection-modal-header modal-header alert-danger">
<h3 tabindex="0">Login Session Ended.</h3>
</div>
<div class="connection-modal-body">
<p>Select <strong>Launchpad</strong> to be taken to the Launchpad.
Select <strong>Login</strong> to log back into the application you were using.</p>
</div>
<div class="connection-modal-footer">
<button class="btn btn-warning" ng-click="launchpad()" title="Launchpad" id="launchpad">
<span aria-hidden="true">Launchpad</span>
</button>
<button class="btn btn-warning" ng-click="login()" title="Login" id="login">
<span aria-hidden="true">Login</span>
</button>
</div>