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

8 lines
159 B
PHTML

<?= $this->tabs->render($this); ?>
<?= $this->partial(
'list/services-compact.phtml',
'monitoring', array(
'services' => $services
)
); ?>