mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
0efd44e1b0
commit
bde6e29c61
@ -21,6 +21,11 @@ $hasHeader = false;
|
|||||||
$pivotData = $this->pivot->toArray();
|
$pivotData = $this->pivot->toArray();
|
||||||
$hostFilter = '(' . implode('|', array_keys($pivotData)) . ')';
|
$hostFilter = '(' . implode('|', array_keys($pivotData)) . ')';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<?php if (sizeof($pivotData) === 0): ?>
|
||||||
|
<?= $this->translate('No Service Found'); ?>
|
||||||
|
<?php endif ?>
|
||||||
|
|
||||||
<?php foreach ($pivotData as $host_name => $serviceStates): ?>
|
<?php foreach ($pivotData as $host_name => $serviceStates): ?>
|
||||||
<?php if (!$hasHeader): ?>
|
<?php if (!$hasHeader): ?>
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user