2013-10-15 17:52:30 +02:00
|
|
|
<?php
|
|
|
|
$this->is_service = false;
|
2013-10-18 09:59:06 +02:00
|
|
|
$this->hostquery = implode($this->hostnames, ',');
|
|
|
|
$this->target = array(
|
|
|
|
'host' => $this->hostquery
|
|
|
|
);
|
2013-10-15 17:52:30 +02:00
|
|
|
?>
|
|
|
|
|
2013-10-18 11:05:51 +02:00
|
|
|
<?= $this->tabs->render($this); ?>
|
|
|
|
<div>
|
2013-10-15 17:52:30 +02:00
|
|
|
<div class="panel panel-heading">
|
2013-10-18 11:05:51 +02:00
|
|
|
<b> Hosts </b>
|
2013-10-15 12:39:06 +02:00
|
|
|
</div>
|
2013-10-18 11:05:51 +02:00
|
|
|
<hr class="separator" />
|
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/comments.phtml'); ?>
|
2013-10-18 16:43:37 +02:00
|
|
|
<?= $this->render('multi/components/downtimes.phtml'); ?>
|
2013-10-15 17:52:30 +02:00
|
|
|
<?= $this->render('multi/components/configuration.phtml'); ?>
|