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

8 lines
175 B
PHTML
Raw Normal View History

<div class="controls">
2014-02-21 12:00:41 +01:00
<?= $this->render('show/components/header.phtml') ?>
<h1>All services configured on this host</h1>
</div>
2014-03-08 01:00:21 +01:00
<div class="content">
2014-02-21 12:00:41 +01:00
<?= $services ?>
2014-03-08 01:00:21 +01:00
</div>