pip-webui
Version:
HTML5 UI for LOB applications
12 lines (10 loc) • 657 B
HTML
<div class="pip-empty pip-error layout-column layout-align-center-center flex">
<img src="images/no_response.svg" class="pip-pic block" >
<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>