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…
Reference in New Issue