mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
a3d3ba229d
commit
2576754958
@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
use Icinga\Module\Monitoring\Object\Host;
|
|
||||||
use Icinga\Module\Monitoring\Web\Widget\StateBadges;
|
use Icinga\Module\Monitoring\Web\Widget\StateBadges;
|
||||||
|
|
||||||
if (! $this->compact): ?>
|
if (! $this->compact): ?>
|
||||||
@ -11,6 +10,7 @@ if (! $this->compact): ?>
|
|||||||
<?= $this->filterEditor ?>
|
<?= $this->filterEditor ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?php if (! $hostgroups->hasResult()): ?>
|
<?php if (! $hostgroups->hasResult()): ?>
|
||||||
<p><?= $this->translate('No host groups found matching the filter.') ?></p>
|
<p><?= $this->translate('No host groups found matching the filter.') ?></p>
|
||||||
@ -34,7 +34,10 @@ if (! $this->compact): ?>
|
|||||||
$hostgroup->hostgroup_alias,
|
$hostgroup->hostgroup_alias,
|
||||||
'monitoring/list/hosts',
|
'monitoring/list/hosts',
|
||||||
array('hostgroup_name' => $hostgroup->hostgroup_name),
|
array('hostgroup_name' => $hostgroup->hostgroup_name),
|
||||||
array('title' => sprintf($this->translate('List all hosts in the group "%s"'), $hostgroup->hostgroup_alias))
|
array('title' => sprintf(
|
||||||
|
$this->translate('List all hosts in the group "%s"'),
|
||||||
|
$hostgroup->hostgroup_alias
|
||||||
|
))
|
||||||
) ?>
|
) ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="total">
|
<td class="total">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user