| {{ t('State') }} | {{ t('State time') }} | {{ t('Host') }} | {{ t('Service') }} | {{ t('User') }} | {{ t('Comment') }} | {{ t('Comment entry time') }} |
|---|---|---|---|---|---|---|
|
|
||||||
| @switch (customAlert.state) { @case (0) { } @case (1) { } @case (2) { } @case (3) { } } | {{ customAlert.stateTimeInHumanShort }} |
|
|
@if (customAlert.full_name) {
|
@if (customAlert.CustomalertComments.comment) { {{ customAlert.CustomalertComments.comment }} } | {{ customAlert.CustomalertComments.entry_time }} |