diff --git a/plugins/dynamix.vm.manager/VMMachines.page b/plugins/dynamix.vm.manager/VMMachines.page index 152401536..a21894207 100644 --- a/plugins/dynamix.vm.manager/VMMachines.page +++ b/plugins/dynamix.vm.manager/VMMachines.page @@ -113,9 +113,9 @@ th.five{width:5%} NameDescriptionCPUsMemoryvDisksGraphicsAutostart Please wait... retrieving VM information - - - + + + @@ -190,6 +190,7 @@ foreach ($vms as $vm) { var names = ''; var index = ''; row1.parent().children().find('td.vm-name').each(function(){names+=$(this).text()+';';index+=$(this).parent().parent().children().index($(this).parent())+';';}); $.post('/plugins/dynamix.vm.manager/include/UserPrefs.php',{names:names,index:index}); + $('input[type=button]').prop('disabled',false); }); }); }