|
|
@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') }}
}
|
}