pip-webui
Version:
HTML5 UI for LOB applications
11 lines (10 loc) • 606 B
HTML
<div class="pip-error pip-empty layout-column flex layout-align-center-center">
<div style="background-image: url('images/no_response.svg');" class="pip-pic"></div>
<div class="pip-error-text">{{::'ERROR_RESPONDING_TITLE' | translate}}</div>
<div class="pip-error-subtext">{{::'ERROR_RESPONDING_SUBTITLE' | translate}}</div>
<div class="pip-error-actions h48 layout-column layout-align-center-center">
<md-button aria-label="RETRY" class="md-accent" ng-click="onRetry($event)">
{{::'ERROR_RESPONDING_RETRY' | translate}}
</md-button>
</div>
</div>