| {{ $t('name') }} | {{ $t('start_time') }} | {{ $t('end_time') }} | {{ $t('status') }} | {{ $t('failures') }} | {{ $t('actions') }} |
|---|---|---|---|---|---|
| {{ downtime.service.name }} | {{ niceDateWithYear(downtime.start) }} | {{ niceDateWithYear(downtime.end) }} | {{ downtime.sub_status }} | {{ downtime.failures }} |
|