parent
9eb5756655
commit
4218bc4104
|
@ -4,13 +4,25 @@ use Icinga\Module\Monitoring\Object\Host;
|
||||||
if (! $this->compact): ?>
|
if (! $this->compact): ?>
|
||||||
<div class="controls separated">
|
<div class="controls separated">
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
<div class="dontprint">
|
<div class="grid dont-print">
|
||||||
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
<div class="col-1-2 text-left">
|
||||||
<?= $this->render('list/components/hostssummary.phtml') ?>
|
<?= $this->render('list/components/hostssummary.phtml') ?>
|
||||||
|
</div>
|
||||||
|
<div class="col-1-2 text-right">
|
||||||
|
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="grid dont-print">
|
||||||
|
<div class="col-1-3 text-left">
|
||||||
|
<?= $this->limiter ?>
|
||||||
|
</div>
|
||||||
|
<div class="col-1-3">
|
||||||
|
<?= $this->paginator ?>
|
||||||
|
</div>
|
||||||
|
<div class="col-1-3 text-right">
|
||||||
|
<?= $this->sortBox ?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->sortBox ?>
|
|
||||||
<?= $this->limiter ?>
|
|
||||||
<?= $this->paginator ?>
|
|
||||||
<?= $this->filterEditor ?>
|
<?= $this->filterEditor ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
Loading…
Reference in New Issue