mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Fix HTML on no host found
This commit is contained in:
parent
6d6d1d7a33
commit
3f6e5e65d1
@ -18,7 +18,7 @@ $helper = $this->getHelper('MonitoringState');
|
||||
<?php
|
||||
|
||||
if ($hosts->count() === 0) {
|
||||
echo '<p>No host found</p>';
|
||||
echo 'No host found</div>';
|
||||
return;
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user