diff --git a/modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml b/modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml index 4bb3708e1..0543f58c5 100644 --- a/modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml +++ b/modules/monitoring/application/views/scripts/tactical/components/ok_hosts.phtml @@ -29,6 +29,7 @@ $service_problems = ( partial( 'tactical/components/parts/servicestatesummarybyhoststate.phtml', array( + 'translationDomain' => $this->translationDomain, 'host_problem' => 0, 'services_ok' => $this->statusSummary->services_ok_on_ok_hosts, 'services_ok_not_checked' => $this->statusSummary->services_ok_not_checked_on_ok_hosts, diff --git a/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml b/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml index c5ecbe2fb..ba14a1b0d 100644 --- a/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml +++ b/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml @@ -23,6 +23,7 @@ partial( 'tactical/components/parts/servicestatesummarybyhoststate.phtml', array( + 'translationDomain' => $this->translationDomain, 'host_problem' => 1, 'services_ok' => $this->statusSummary->services_ok_on_problem_hosts, 'services_ok_not_checked' => $this->statusSummary->services_ok_not_checked_on_problem_hosts,