icingaweb2/modules/monitoring/application/views/scripts/show/services.phtml

8 lines
175 B
PHTML

<div class="controls">
<?= $this->render('show/components/header.phtml') ?>
<h1>All services configured on this host</h1>
</div>
<div class="content">
<?= $services ?>
</div>