|
@if (hostDowntime.DowntimeHost.allowEdit && hostDowntime.DowntimeHost.isCancellable) {
}
|
|
{{ hostDowntime.Host.hostname }}
{{ hostDowntime.Host.hostname }}
|
{{ hostDowntime.DowntimeHost.authorName }}
|
{{ hostDowntime.DowntimeHost.commentData }}
|
{{ hostDowntime.DowntimeHost.entryTime }}
|
{{ hostDowntime.DowntimeHost.scheduledStartTime }}
|
{{ hostDowntime.DowntimeHost.scheduledEndTime }}
|
{{ hostDowntime.DowntimeHost.durationHuman }}
|
@if (hostDowntime.DowntimeHost.wasCancelled) {
{{ t('Yes') }}
}
@if (!hostDowntime.DowntimeHost.wasCancelled) {
{{ t('No') }}
}
|
@if (hostDowntime.DowntimeHost.allowEdit && hostDowntime.DowntimeHost.isCancellable) {
}
|
}