compact): ?>
tabs ?> problemToggle ?>
sortBox ?>
filterEditor ?>

translate('No services found matching the filter.') ?>

$_) { $serviceFilter->orFilter(Filter::where('service_description', $serviceDescription)); } ?> $hostAlias): ?> $serviceDisplayName): ?> compact && $this->horizontalPaginator->getPages()->pageCount > 1): ?> compact && $this->verticalPaginator->getPages()->pageCount > 1): ?>
partial( 'joystickPagination.phtml', 'default', array( 'flippable' => true, 'xAxisPaginator' => $horizontalPaginator, 'yAxisPaginator' => $verticalPaginator ) ) ?>
qlink( $this->ellipsis($hostAlias, 24), Url::fromPath('monitoring/list/services')->addFilter( Filter::matchAll($serviceFilter, Filter::where('host_name', $hostName)) ), null, array('title' => sprintf($this->translate('List all reported services on host %s'), $hostAlias)), false ) ?>
$_) { $hostFilter->orFilter(Filter::where('host_name', $hostName)); } echo $this->qlink( $serviceDisplayName, Url::fromPath('monitoring/list/services')->addFilter( Filter::matchAll($hostFilter, Filter::where('service_description', $serviceDescription)) ), null, array('title' => sprintf( $this->translate('List all services with the name "%s" on all reported hosts'), $serviceDisplayName )) ); ?> protectId($service->host_name . '_' . $service->service_description . '_desc') ?> escape($service->service_output) ?> qlink( '', 'monitoring/service/show', array( 'host' => $hostName, 'service' => $serviceDescription ), array( 'aria-describedby' => $ariaDescribedById, 'aria-label' => sprintf( $this->translate('Show detailed information for service %s on host %s'), $service->service_display_name, $service->host_display_name ), 'class' => 'service-grid-link state-' . Service::getStateText($service->service_state) . ($service->service_handled ? ' handled' : ''), 'title' => $service->service_output ) ) ?> qlink( $this->translate('Load more'), Url::fromRequest(), array( 'limit' => ($this->horizontalPaginator->getItemCountPerPage() + 20) . ',' . $this->verticalPaginator->getItemCountPerPage() ), array( 'class' => 'action-link', 'data-base-target' => '_self' ) ) ?>
qlink( $this->translate('Load more'), Url::fromRequest(), array( 'limit' => $this->horizontalPaginator->getItemCountPerPage() . ',' . ($this->verticalPaginator->getItemCountPerPage() + 20) ), array( 'class' => 'action-link', 'data-base-target' => '_self' ) ) ?>