mirror of
https://github.com/unraid/webgui.git
synced 2026-05-08 05:12:14 -05:00
Update VMMachines.page
This commit is contained in:
@@ -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;?>
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user