@if (!post.container_id) {
{{ t('Please select a container.') }}
}
{{ t('Select the object type, which should be evaluated by the report.') }}
@if (post.type === InstantreportObjectTypes.Hosts) {
}
@if (post.type === InstantreportObjectTypes.Services) {
}
@if (post.type === InstantreportObjectTypes.Hostgroups) {
}
@if (post.type === InstantreportObjectTypes.Servicegroups) {
}
{{ t('Only outages during the selected time period will be considered') }}
@if (post.send_email) {
}