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