|
@if (satelliteSystemdowntime.Satellite.allow_edit) {
}
|
{{ satelliteSystemdowntime.Satellite.name }}
|
@if (satelliteSystemdowntime.Systemdowntime.downtimeTypeId == 1) {
{{ t('Yes') }}
} @else {
{{ t('No') }}
}
|
{{ satelliteSystemdowntime.Systemdowntime.author }}
|
AUTO[{{ satelliteSystemdowntime.Systemdowntime.id }}]:
{{ satelliteSystemdowntime.Systemdowntime.comment }}
|
{{ satelliteSystemdowntime.Systemdowntime.weekdaysHuman.join(', ') }}
|
{{ satelliteSystemdowntime.Systemdowntime.dayOfMonth.join(', ') }}
|
{{ satelliteSystemdowntime.Systemdowntime.startTime }}
|
{{ satelliteSystemdowntime.Systemdowntime.duration }}
|
@if (satelliteSystemdowntime.Satellite.allow_edit) {
}
|
}