summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/usage/index.phtml
blob: a0eed0983bc2799acb43937a6350d369e77e224b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php if (! $this->compact): ?>
<div class="controls">
    <?= $this->tabs ?>
    <?= $this->paginator ?>
    <div class="sort-controls-container">
        <?= $this->limiter ?>
        <?= $this->sortBox ?>
    </div>
    <?= $this->filterEditor ?>
</div>
<?php endif ?>
<div class="content">
    <?= /** @var \Icinga\Module\X509\UsageTable $usageTable */ $usageTable->render() ?>
</div>