mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
monitoring/tactical: Fix "Host and Service Checks" header
This commit is contained in:
parent
571df0a5ab
commit
f94646eb41
@ -1,5 +1,5 @@
|
|||||||
<div class="box hostservicechecks">
|
<div class="box hostservicechecks">
|
||||||
<h2><?= $this->translate('Host- and Servicechecks'); ?></h2>
|
<h2><?= $this->translate('Host and Service Checks'); ?></h2>
|
||||||
<div class="box contents">
|
<div class="box contents">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@ -59,7 +59,7 @@
|
|||||||
'monitoring/list/services',
|
'monitoring/list/services',
|
||||||
array('service_active_checks_enabled' => 0, 'service_passive_checks_enabled' => 1)
|
array('service_active_checks_enabled' => 0, 'service_passive_checks_enabled' => 1)
|
||||||
); ?>">
|
); ?>">
|
||||||
<?= $this->statusSummary->services_passive . ' ' . $this->translatePlural('Passive', 'Passive', $this->statusSummary->services_passive); ?>
|
<?= sprintf($this->translatePlural('%d Passive', '%d Passive', $this->statusSummary->services_passive), $this->statusSummary->services_passive); ?>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user