mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-08 16:23:22 -04:00
parent
e505a844dd
commit
b64e67888b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ if (! $compact): ?>
|
|||
if ($hosts->hasResult()) {
|
||||
foreach ($hosts->peekAhead($compact) as $host) {
|
||||
echo '<div class="grid-item">'
|
||||
. '<h2>';
|
||||
. '<h2>'
|
||||
. $this->qlink(
|
||||
$host->host_name === $host->host_display_name
|
||||
? $host->host_display_name
|
||||
|
|
|
|||
Loading…
Reference in a new issue