icingaweb2/modules/monitoring/application/views/scripts/multi/service.phtml

20 lines
425 B
PHTML
Raw Normal View History

<?php
$this->is_service = true;
?>
<div class="panel-heading">
<div class="panel-heading">
<h1>Services</h1>
</div>
<div class="panel-body">
<?= $this->render('multi/components/summary.phtml'); ?>
</div>
</div>
<?= $this->render('multi/components/downtimes.phtml'); ?>
<?= $this->render('multi/components/comments.phtml'); ?>
<?= $this->render('multi/components/configuration.phtml'); ?>