mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-15 22:09:28 -04:00
10 lines
538 B
PHTML
10 lines
538 B
PHTML
<?= $this->tabs->render($this); ?>
|
|
<?= $this->render('show/components/status.phtml'); ?>
|
|
<?= $this->render('show/components/comments.phtml'); ?>
|
|
<?= $this->render('show/components/downtime.phtml'); ?>
|
|
<?= $this->render('show/components/properties.phtml'); ?>
|
|
<?= $this->render('show/components/flags.phtml'); ?>
|
|
<?= $this->render('show/components/customvars.phtml'); ?>
|
|
<?= $this->render('show/components/hostgroups.phtml'); ?>
|
|
<?= $this->render('show/components/contacts.phtml'); ?>
|
|
<?= $this->render('show/components/command.phtml') ?>
|