monitoring/list/hosts: restore page behaviour

The problem here was that an accidentally removed closing div tag in
15325949 caused the application to missbehave badly. Host details where
rendered below the list in some scenarios and the whole multicolumn
thingy started to feel broken.
This commit is contained in:
Thomas Gelf 2014-07-08 15:17:00 +02:00
parent bbc0c36225
commit 9a6821c860
1 changed files with 1 additions and 0 deletions

View File

@ -135,3 +135,4 @@ if ($hosts->count() === 0) {
<?php endforeach; ?>
</tbody>
</table>
</div>