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">Error</h3>
</div>
<div class="connection-modal-body">
<p>
{{message || "The system cannot be reached. If the server is unavailable, you will be unable to use this application. You can close your browser and try again later or try to reconnect now."}}
</p>
</div>
<div class="connection-modal-footer">
<button class="btn btn-warning" ng-click="retry()" title="Retry" ng-if="!message" aria-hidden="message">
<span aria-hidden="true">Retry</span>
</button>
<button class="btn btn-warning" ng-click="dismiss()" title="Close">
<span aria-hidden="true">Close</span>
</button>
</div>