summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/list/eventhistory.phtml
blob: 0573e8a7cdd1fb74b5f6bf8ae93d08ba31e20017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php

if (! $this->compact): ?>
<div class="controls">
    <?= $this->tabs ?>
    <div class="sort-controls-container">
        <?= $this->limiter ?>
        <?= $this->sortBox ?>
    </div>
    <?= $this->filterEditor ?>
</div>
<?php endif ?>
<?= $this->partial(
    'partials/event-history.phtml',
    array(
        'compact' => $this->compact,
        'history' => $history,
        'isOverview' => true,
        'translationDomain' => $this->translationDomain
    )
) ?>