mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-26 11:10:24 -05:00
17 lines
516 B
PHTML
17 lines
516 B
PHTML
<?= $this->render('show/components/status.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/downtime.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/properties.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/flags.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/hostgroups.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/eventHistory.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/contacts.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/customvars.phtml'); ?>
|
|
|
|
<?= $this->render('show/components/command.phtml'); ?>
|