mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
cab198eadc
commit
ca839d5123
@ -1,6 +1,12 @@
|
|||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs; ?>
|
<?= $this->tabs; ?>
|
||||||
|
<div class="dontprint">
|
||||||
|
<?= $this->render('list/components/selectioninfo.phtml'); ?>
|
||||||
|
</div>
|
||||||
|
<div class="tinystatesummary">
|
||||||
|
<?= $comments->getTotalItemCount() ?> <?= $this->translate('Comments') ?>:
|
||||||
|
</div>
|
||||||
<?= $this->sortBox; ?>
|
<?= $this->sortBox; ?>
|
||||||
<?= $this->limiter; ?>
|
<?= $this->limiter; ?>
|
||||||
<?= $this->paginator; ?>
|
<?= $this->paginator; ?>
|
||||||
|
@ -5,6 +5,12 @@ use Icinga\Module\Monitoring\Object\Service;
|
|||||||
if (! $this->compact): ?>
|
if (! $this->compact): ?>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs; ?>
|
<?= $this->tabs; ?>
|
||||||
|
<div class="dontprint">
|
||||||
|
<?= $this->render('list/components/selectioninfo.phtml'); ?>
|
||||||
|
</div>
|
||||||
|
<div class="tinystatesummary">
|
||||||
|
<?= $downtimes->getTotalItemCount() ?> <?= $this->translate('Downtimes') ?>
|
||||||
|
</div>
|
||||||
<?= $this->sortBox; ?>
|
<?= $this->sortBox; ?>
|
||||||
<?= $this->limiter; ?>
|
<?= $this->limiter; ?>
|
||||||
<?= $this->paginator; ?>
|
<?= $this->paginator; ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user