summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/certificates/index.phtml
blob: 47eb2b54b5ee991ccf1dc8fbca8dff6c71bc953e (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\CertificatesTable $certificatesTable */ $certificatesTable->render() ?>
</div>