mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
HostsController: Check ! $compact as in ServicesContoller
This commit is contained in:
parent
0e38493d5c
commit
7a3eefbb17
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class HostsController extends Controller
|
|||
$hosts->peekAhead($compact);
|
||||
|
||||
$this->filter($hosts, $filter);
|
||||
if (isset($summary)) {
|
||||
if (! $compact) {
|
||||
$this->filter($summary, $filter);
|
||||
yield $this->export($hosts, $summary);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue