mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 08:34:04 -04:00
One less partial
This commit is contained in:
parent
b90ceb7ca6
commit
b74e4cb3fd
1 changed files with 2 additions and 7 deletions
|
|
@ -1,7 +1,2 @@
|
|||
<?= $this->tabs->render($this); ?>
|
||||
<?= $this->partial(
|
||||
'list/services-compact.phtml',
|
||||
'monitoring', array(
|
||||
'services' => $services
|
||||
)
|
||||
); ?>
|
||||
<?= $this->render('show/components/header.phtml') ?>
|
||||
<?= $services ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue