mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
9e4d5387ab
commit
09892d5490
@ -4,11 +4,11 @@ use Icinga\Module\Monitoring\Object\Service;
|
|||||||
|
|
||||||
if (! $this->compact): ?>
|
if (! $this->compact): ?>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $tabs ?>
|
<?= $this->tabs ?>
|
||||||
<div class="grid">
|
<?= $this->paginator ?>
|
||||||
<?= $this->sortBox ?>
|
<div class="sort-controls-container">
|
||||||
<?= $this->limiter ?>
|
<?= $this->limiter ?>
|
||||||
<?= $this->paginator ?>
|
<?= $this->sortBox ?>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->filterEditor ?>
|
<?= $this->filterEditor ?>
|
||||||
</div>
|
</div>
|
||||||
@ -77,7 +77,7 @@ if (! $this->compact): ?>
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php if ($notifications->hasMore()): ?>
|
<?php if ($notifications->hasMore()): ?>
|
||||||
<div class="text-right">
|
<div class="action-links">
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$this->translate('Show More'),
|
$this->translate('Show More'),
|
||||||
$this->url(isset($notificationsUrl) ? $notificationsUrl : null)->without(array('view', 'limit')),
|
$this->url(isset($notificationsUrl) ? $notificationsUrl : null)->without(array('view', 'limit')),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user