'
. '
';
}
if (! $compact && $hosts->hasMore()) {
echo '' . $this->qlink( $host->host_name === $host->host_display_name ? $host->host_display_name : $host->host_display_name . ' (' . $this->escape($host->host_name) . ')', Url::fromPath('monitoring/host/show', ['host' => $host->host_name]), null, ['data-base-target' => '_next'] ) . '
'; echo (new Host( $host->host_name, $host->host_check_command, $host->_host_check_command ))->handleRequest(); echo ''
. $this->qlink(
mt('monitoring', 'Show More'),
$this->url()->without(array('view', 'limit')),
null,
[
'class' => 'action-link',
'data-base-target' => '_next'
]
)
. '
';
}
} else {
echo '' . $this->escape(mt('monitoring', 'No hosts found matching the filter.')) . '
'; } ?>