|
{{ t('Container name') }} | {{ t('User') }} | {{ t('Comment') }} | {{ t('Weekdays') }} | {{ t('Days of month') }} | {{ t('Start time') }} | {{ t('Duration') }} | {{ t('Delete') }} |
---|---|---|---|---|---|---|---|---|
|
{{ nodeSystemdowntime.Container.name }} | {{ nodeSystemdowntime.Systemdowntime.author }} | AUTO[{{ nodeSystemdowntime.Systemdowntime.id }}]: {{ nodeSystemdowntime.Systemdowntime.comment }} | {{ nodeSystemdowntime.Systemdowntime.weekdaysHuman.join(', ') }} | {{ nodeSystemdowntime.Systemdowntime.dayOfMonth.join(', ') }} | {{ nodeSystemdowntime.Systemdowntime.startTime }} | {{ nodeSystemdowntime.Systemdowntime.duration }} |
|