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

8 lines
334 B
PHTML
Raw Normal View History

<div class="controls">
2014-02-21 12:00:41 +01:00
<?= $this->render('show/components/header.phtml') ?>
<h1><?= $this->translate('All services configured on this host') ?></h1>
</div>
2014-03-08 01:00:21 +01:00
<div class="content">
<?= preg_replace('~<table data-base-target="_next"~', '<table data-base-target="_self"', $services) /* TODO: find an elegant solution for this */ ?>
2014-03-08 01:00:21 +01:00
</div>