Merge pull request #2415 from Squidly271/fix/VMtablesize

Fix:  Force VM Machines table resize if browser resized when not on tab
This commit is contained in:
tom mortensen
2025-10-14 17:32:26 -07:00
committed by GitHub
@@ -484,6 +484,12 @@ function loadlist() {
$(window).bind('resize',function(){
tableHeaderResize();
});
// Handle table header resizing when tab is clicked
<?if (count($pages) > 2):?>
$("#tab1").on('click',function(){
tableHeaderResize();
});
<?endif;?>
<?endif;?>
});
}