Update VMMachines.page

This commit is contained in:
Squidly271
2025-10-02 19:56:15 -04:00
committed by GitHub
parent 95bc8968f0
commit 14678c7e09
@@ -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;?>
});
}