2013-10-15 17:52:30 +02:00
|
|
|
<?php
|
|
|
|
$this->is_service = false;
|
|
|
|
?>
|
|
|
|
|
2013-10-15 12:39:06 +02:00
|
|
|
<div class="panel panel-default">
|
2013-10-15 17:52:30 +02:00
|
|
|
<div class="panel panel-heading">
|
|
|
|
{{HOST_ICON}}
|
|
|
|
<h1> Hosts </h1>
|
2013-10-15 12:39:06 +02:00
|
|
|
</div>
|
2013-10-15 17:52:30 +02:00
|
|
|
|
|
|
|
<div class="panel panel-body">
|
|
|
|
<?= $this->render('multi/components/summary.phtml'); ?>
|
2013-10-15 12:39:06 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-10-15 17:52:30 +02:00
|
|
|
<?= $this->render('multi/components/downtimes.phtml'); ?>
|
|
|
|
<?= $this->render('multi/components/comments.phtml'); ?>
|
|
|
|
<?= $this->render('multi/components/configuration.phtml'); ?>
|