'; echo '
'; foreach ($hosts as $host) { $hostGraphs = (string) (new Host($host))->setPreloadDummy()->handleRequest(); if ($hostGraphs !== '') { echo '
' . '

' . $this->qlink( $host->host_name === $host->host_display_name ? $host->host_display_name : $host->host_display_name . ' (' . $this->escape($host->host_name) . ')', $baseUrl->with(['host' => $host->host_name]), null, ['data-base-target' => '_next'] ) . '

' . $hostGraphs . '
'; } } if ($hasMoreHosts) { echo ''; } echo '
'; } else { echo '

' . $this->escape(mt('monitoring', 'No hosts found matching the filter.')) . '

'; } ?>