mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Translation: keep translation domain with partial
We should try to avoid partial and pass translation domain where forced to use it. refs #6338
This commit is contained in:
parent
7b58134378
commit
f790e0c323
@ -29,6 +29,7 @@ $service_problems = (
|
||||
<?= $this->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,
|
||||
|
@ -23,6 +23,7 @@
|
||||
<?= $this->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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user