mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-22 01:10:27 -05:00
5 lines
297 B
PHTML
5 lines
297 B
PHTML
<div class="controls">
|
|
<?= $this->render('show/components/header.phtml') ?>
|
|
<?= $this->render('show/components/hostservicesummary.phtml') ?>
|
|
</div>
|
|
<?= preg_replace('~<table data-base-target="_next"~', '<table data-base-target="_self"', $services) /* TODO: find an elegant solution for this */ ?>
|