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

6 lines
297 B
PHTML
Raw Normal View History

<div class="controls">
2014-02-21 12:00:41 +01:00
<?= $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 */ ?>