20 lines
583 B
PHTML
20 lines
583 B
PHTML
<?= $this->render('show/components/pluginoutput.phtml') ?>
|
|
|
|
<?= $this->render('show/components/command.phtml') ?>
|
|
|
|
<?= $this->render('show/components/contacts.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/servicegroups.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/comments.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/downtime.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/customvars.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/perfdata.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/properties.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/eventHistory.phtml'); ?>
|