8 lines
159 B
PHTML
8 lines
159 B
PHTML
|
<?= $this->tabs->render($this); ?>
|
||
|
<?= $this->partial(
|
||
|
'list/services-compact.phtml',
|
||
|
'monitoring', array(
|
||
|
'services' => $services
|
||
|
)
|
||
|
); ?>
|