mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-24 18:20:20 -05:00
7 lines
334 B
PHTML
7 lines
334 B
PHTML
<div class="controls">
|
|
<?= $this->render('show/components/header.phtml') ?>
|
|
<h1><?= $this->translate('All services configured on this host') ?></h1>
|
|
</div>
|
|
<div class="content">
|
|
<?= preg_replace('~<table data-base-target="_next"~', '<table data-base-target="_self"', $services) /* TODO: find an elegant solution for this */ ?>
|
|
</div>
|