Back to Vendure

Health Check.Component

packages/admin-ui/src/lib/system/src/components/health-check/health-check.component.html

3.7.2537 B
Original Source

{{ 'system.health-all-systems-up' | translate }} {{ 'system.health-error' | translate }} {{ 'system.health-last-checked' | translate }}: {{ healthCheckService.lastCheck$ | async | localeDate : 'mediumTime' }}

{{ 'system.health-refresh' | translate }}

| {{ 'common.name' | translate }} | {{ 'system.health-status' | translate }} | {{ 'system.health-message' | translate }} | | --- | --- | --- | | {{ row.key }} | {{ 'system.health-status-up' | translate }} {{ 'system.health-status-down' | translate }} | {{ row.result.message }} |