compact): ?> controls ?>
translate('No services found matching the filter.') ?>
$_) { $serviceFilter->orFilter(Filter::where('service.name', $serviceDescription)); } ?> $hostAlias): ?> $serviceDisplayName): ?> horizontalPaginator->count(); $horizontalItemsPerPage = $this->horizontalPaginator->getLimit() ?? $horizontalTotalItems; $horizontalTotalPages = ceil($horizontalTotalItems / $horizontalItemsPerPage); $verticalTotalItems = $this->verticalPaginator->count(); $verticalItemsPerPage = $this->verticalPaginator->getLimit() ?? $verticalTotalItems; $verticalTotalPages = ceil($verticalTotalItems / $verticalItemsPerPage); if (! $this->compact && $horizontalTotalPages > 1): ?> compact && $verticalTotalPages > 1): ?>
partial( 'joystickPagination-icingadb.phtml', 'default', array( 'flippable' => true, 'baseUrl' => $baseUrl, 'xAxisPaginator' => $horizontalPaginator, 'yAxisPaginator' => $verticalPaginator ) ) ?>
qlink( $this->ellipsis($hostAlias, 24), Url::fromPath('icingadb/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('icingadb/services')->addFilter( Filter::matchAll($hostFilter, Filter::where('service.name', $serviceDescription)) ), null, array('title' => sprintf( $this->translate('List all services with the name "%s" on all reported hosts'), $serviceDisplayName )) ); ?> protectId($service->host_name . '_' . $service->name . '_desc') ?> escape($service->state->output) ?> qlink( '', 'icingadb/services', array( 'host.name' => $hostName, 'name' => $serviceDescription ), array( 'aria-describedby' => $ariaDescribedById, 'aria-label' => sprintf( $this->translate('Show detailed information for service %s on host %s'), $service->display_name, $service->host_display_name ), 'class' => 'service-grid-link state-' . $service->state->getStateText() . ($service->state->is_handled ? ' handled' : ''), 'title' => $service->state->output ) ) ?> qlink( $this->translate('Load more'), $baseUrl, array( 'limit' => ($horizontalItemsPerPage + 20) . ',' . $verticalItemsPerPage ), array( 'class' => 'action-link', 'data-base-target' => '_self' ) ) ?>
qlink( $this->translate('Load more'), $baseUrl, array( 'limit' => $horizontalItemsPerPage . ',' . ($verticalItemsPerPage + 20) ), array( 'class' => 'action-link', 'data-base-target' => '_self' ) ) ?>