8 lines
318 B
PHTML
8 lines
318 B
PHTML
<div class="content">
|
|
<div class="summary" data-base-target="col2">
|
|
<?= $this->render('tactical/components/hostservicechecks.phtml'); ?>
|
|
<?= $this->render('tactical/components/monitoringfeatures.phtml'); ?>
|
|
<?= $this->render('tactical/components/statussummary.phtml'); ?>
|
|
</div>
|
|
</div>
|