One less partial
This commit is contained in:
parent
b90ceb7ca6
commit
b74e4cb3fd
|
@ -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 New Issue