mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-07 15:52:09 -04:00
parent
1f0fb9d760
commit
2c6cd09fa2
2 changed files with 2 additions and 6 deletions
|
|
@ -21,9 +21,7 @@ if (! $compact): ?>
|
|||
<?php endif ?>
|
||||
<div class="content">
|
||||
<?php
|
||||
if ($filterEditor->getFilter()->isEmpty()) {
|
||||
echo '<p>' . $this->escape($this->translate('Please specify a filter')) . '</p>';
|
||||
} elseif ($hosts->hasResult()) {
|
||||
if ($hosts->hasResult()) {
|
||||
foreach ($hosts->peekAhead($compact) as $host) {
|
||||
echo '<div class="graphs-host">';
|
||||
|
||||
|
|
|
|||
|
|
@ -21,9 +21,7 @@ if (! $compact): ?>
|
|||
<?php endif ?>
|
||||
<div class="content">
|
||||
<?php
|
||||
if ($filterEditor->getFilter()->isEmpty()) {
|
||||
echo '<p>' . $this->escape($this->translate('Please specify a filter')) . '</p>';
|
||||
} elseif ($services->hasResult()) {
|
||||
if ($services->hasResult()) {
|
||||
foreach ($services->peekAhead($compact) as $service) {
|
||||
if (! $compact) {
|
||||
echo '<h2>'
|
||||
|
|
|
|||
Loading…
Reference in a new issue