icingaweb2/modules/monitoring/application/views/scripts/show/host.phtml

18 lines
516 B
PHTML
Raw Normal View History

2013-10-10 15:36:53 +02:00
<?= $this->render('show/components/status.phtml'); ?>
2013-10-07 16:46:20 +02:00
<?= $this->render('show/components/downtime.phtml'); ?>
2013-10-07 16:46:20 +02:00
<?= $this->render('show/components/properties.phtml'); ?>
<?= $this->render('show/components/flags.phtml'); ?>
2013-10-07 16:46:20 +02:00
<?= $this->render('show/components/hostgroups.phtml'); ?>
<?= $this->render('show/components/eventHistory.phtml'); ?>
2013-10-07 16:46:20 +02:00
<?= $this->render('show/components/contacts.phtml'); ?>
<?= $this->render('show/components/customvars.phtml'); ?>
<?= $this->render('show/components/command.phtml'); ?>