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:
parent
bbc0c36225
commit
9a6821c860
|
@ -135,3 +135,4 @@ if ($hosts->count() === 0) {
|
|||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue