@if (!post.container_id) {
{{ t('Please select a container.') }}
}
@if (post.container_id > 0) {
{{
t('{0} hosts matching to regular expression.', {
'0': hostAndServiceCount.hostCount
})
}}
}
@if (post.container_id > 0) {
{{
t('{0} services matching to regular expression.', {
'0': hostAndServiceCount.serviceCount
})
}}
}
@if (post.container_id > 0) {
{{
t('{0} host groups matching to regular expression.', {
'0': hostAndServiceCount.hostgroupCount
})
}}
}
{{ t('Filter and display options') }}
{{ t('Icon Preview') }}
@if (post.show_label && post.group_by_host) {
{{ t('Example host') }}
{{ t('Example host') }}/{{ t('Service 1') }}
{{ t('Example host') }}/{{ t('Service 2') }}
}
@if (!post.show_label && post.group_by_host) {
{{ t('Example host') }}
}
@if (!post.show_label && !post.group_by_host) {
}
@if (post.show_label && !post.group_by_host) {
{{ t('Example host') }}/{{ t('Service 1') }}
{{ t('Example host') }}/{{ t('Service 2') }}
}