summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/dashboard/index.phtml
blob: 3b6ec0f80ffca682a25bb286380b01125e92650d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php if (! $this->compact): ?>
    <div class="controls">
        <?= $this->tabs ?>
    </div>
<?php endif ?>
<div class="content">
    <div class="cert-dashboard">
        <?= $byCa->render() ?>
        <?= $duration->render() ?>
        <?= $keyStrength->render() ?>
        <?= $sigAlgos->render() ?>
    </div>
</div>