mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
0efd44e1b0
commit
bde6e29c61
@ -21,6 +21,11 @@ $hasHeader = false;
|
||||
$pivotData = $this->pivot->toArray();
|
||||
$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 if (!$hasHeader): ?>
|
||||
<thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user