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

19 lines
456 B
PHTML
Raw Normal View History

<?php
$this->is_service = true;
?>
<div class="panel panel-default">
<div class="panel-heading">
{{SERVICE_ICON}}
<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'); ?>