mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-26 03:00:26 -05:00
7 lines
159 B
PHTML
7 lines
159 B
PHTML
<?= $this->tabs->render($this); ?>
|
|
<?= $this->partial(
|
|
'list/services-compact.phtml',
|
|
'monitoring', array(
|
|
'services' => $services
|
|
)
|
|
); ?>
|