|
{{ t('Running') }} | {{ t('Author') }} | {{ t('Comment') }} | {{ t('Created') }} | {{ t('Start') }} | {{ t('End') }} | {{ t('Duration') }} | {{ t('Was cancelled') }} | {{ t('Cancel') }} |
---|---|---|---|---|---|---|---|---|---|
@if (( this.PermissionsService.hasPermissionObservable(['externalcommands', 'cancel_downtime']) | async )) {
|
|
{{ downtime.author_name }} | {{ downtime.comment_data }} | {{ downtime.entry_time }} | {{ downtime.scheduled_start_time }} | {{ downtime.scheduled_end_time }} | {{ downtime.duration_for_humans }} | {{ t('Yes') }} {{ t('No') }} |
|