| {{ t('Collection') }} | @for (category of StatupagegroupViewRootResponse.statuspagegroup.statuspagegroup_categories; track $index) {
|
}
|
|---|---|---|
|
|
@for (category of StatupagegroupViewRootResponse.statuspagegroup.statuspagegroup_categories; track $index; let
categoryIndex = $index) {
@if (StatupagegroupViewRootResponse.matrix[collectionIndex][categoryIndex].total_statuspages > 0) {
{{ StatupagegroupViewRootResponse.matrix[collectionIndex][categoryIndex].cumulatedState | statuspageStatus }}
@if (StatupagegroupViewRootResponse.matrix[collectionIndex][categoryIndex]) {
@if (StatupagegroupViewRootResponse.matrix[collectionIndex][categoryIndex].cumulatedState === CumulatedStatuspagegroupStatus.PERFORMANCE_ISSUES) {
|
} @else {
} } |
| {{ t('Status') }} | {{ t('Collection') }} | {{ t('Category') }} | {{ t('Status page') }} | {{ t('Cumulated state') }} |
|---|---|---|---|---|
|
|
|
|
||
|
|
{{ problem.collection.name }} | {{ problem.category.name }} | @if (this.PermissionsService.hasPermissionObservable(['statuspages', 'view'])|async) { {{ problem.statuspage.statuspage.name }} } @else { {{ problem.statuspage.statuspage.name }} } | {{ problem.cumulatedState | statuspageStatus }} |