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:
@ -1589,7 +1589,7 @@ tr.search:nth-child(odd) {
|
||||
|
||||
#visualization {
|
||||
width: 90%;
|
||||
height: 600px;
|
||||
min-height: 600px;
|
||||
}
|
||||
|
||||
.threeqtr-width {
|
||||
|
@ -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