diff --git a/emhttp/plugins/dynamix.vm.manager/VMMachines.page b/emhttp/plugins/dynamix.vm.manager/VMMachines.page index aed7115b2..835bcfc2f 100755 --- a/emhttp/plugins/dynamix.vm.manager/VMMachines.page +++ b/emhttp/plugins/dynamix.vm.manager/VMMachines.page @@ -484,6 +484,12 @@ function loadlist() { $(window).bind('resize',function(){ tableHeaderResize(); }); + // Handle table header resizing when tab is clicked + 2):?> + $("#tab1").on('click',function(){ + tableHeaderResize(); + }); + }); }