{{ t('Status pages') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('Public') }}
@if (!statuspages) { } @if (statuspages) { @for (statuspage of statuspages.all_statuspages; track statuspage) { }
{{ t('Status page name') }} {{ t('Description') }} {{ t('Show downtimes') }} {{ t('Show acknowledgements') }} {{ t('Public') }}
@if (this.PermissionsService.hasPermissionObservable(['statuspages', 'view'])|async) { {{ statuspage.name }} } @else { {{ statuspage.name }} } {{ statuspage.description }} @if (statuspage.show_downtimes && !statuspage.show_downtime_comments) { {{ t('Yes') }} } @if (statuspage.show_downtimes && statuspage.show_downtime_comments) { {{ t('Yes with comments') }} } @if (!statuspage.show_downtimes) { {{ t('No') }} } @if (statuspage.show_acknowledgements && !statuspage.show_acknowledgement_comments) { {{ t('Yes') }} } @if (statuspage.show_acknowledgements && statuspage.show_acknowledgement_comments) { {{ t('Yes with comments') }} } @if (!statuspage.show_acknowledgements) { {{ t('No') }} } @if (statuspage.public) { {{ t('Yes') }} } @if (!statuspage.public) { {{ t('No') }} } @if (statuspage.allow_edit) { {{ t('Edit') }} } {{ t('View') }} @if (statuspage.public) {
  • } @if (statuspage.public) { @if (statuspage.public_identifier) { {{ t('Public view') }} } @else { {{ t('Public view') }} } } @if (statuspage.allow_edit) {
  • } @if (statuspage.allow_edit) { {{ t('Delete') }} }
    } @if (statuspages && statuspages.all_statuspages.length === 0) { } @if (statuspages && statuspages.all_statuspages) {
    } @if (statuspages) { }