{{ host.name }} {{ host.name }}

@for (hostSummaryRowLabel of hostSummaryRowLabels; track hostSummaryRowLabel) { @for (stateIndex of [0, 1, 2, 3]; track $index) { } }
{{ t('Ok') }} {{ t('Warning') }} {{ t('Critical') }} {{ t('Unknown') }}
{{ hostSummaryRowLabel.label }} @if (hostSummaryRowLabel.key !== 'total' && hostSummaryStat[hostSummaryRowLabel.key][stateIndex] > 0) { {{ hostSummaryStat[hostSummaryRowLabel.key][stateIndex] }} {{ hostSummaryStat[hostSummaryRowLabel.key][stateIndex] }} } @else { --- }
{{ t('TOTAL:') }} {{ hostSummaryStat['total'] }}