= $this->translate('No historical events found matching the filter.') ?>
qlink( $contact, 'monitoring/show/contact', array('contact_name' => $contact), array('title' => sprintf($view->translate('Show detailed information about %s'), $contact)) ); } return '[' . implode(', ', $links) . ']'; } $self = $this; $url = $this->url(); $limit = (int) $url->getParam('limit', 25); if (! $url->hasParam('page') || ($page = (int) $url->getParam('page')) < 1) { $page = 1; } /** @var \Icinga\Module\Monitoring\DataView\EventHistory $history */ $history->limit($limit * $page); ?>
= $this->translate('No historical events found matching the filter.') ?>