From 14678c7e09a446a621217f738a52a1f07b06605e Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Thu, 2 Oct 2025 19:56:15 -0400 Subject: [PATCH] Update VMMachines.page --- emhttp/plugins/dynamix.vm.manager/VMMachines.page | 6 ++++++ 1 file changed, 6 insertions(+) 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(); + }); + }); }