mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed map due to using jquery to resize
This commit is contained in:
@ -142,6 +142,7 @@ echo $edges;
|
||||
<script>
|
||||
var height = $(window).height() - 100;
|
||||
$('#visualization').height(height + 'px');
|
||||
network.redraw();
|
||||
</script>
|
||||
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user