mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 23:30:01 -05:00
Several VM Manager and general webui fixes/tuning for 6.2
- move qemu script out of the docroot - added latest virtio-win-iso (0.1.112-1) - mark all drive/usb controllers blacklisted that contain disks in the array from pci passthough - fix regex to include nameless usb devices - default to usb2 for new VMs - show pci and usb device IDs next to device labels - dont show help on/off splash image - VM Manager help section updates
This commit is contained in:
@@ -181,7 +181,7 @@ function countDown() {
|
||||
$(function() {
|
||||
var tab = $.cookie('one')||$.cookie('tab')||'tab1';
|
||||
if (tab=='tab0') tab = 'tab'+$('input[name$="tabs"]').length; else if ($('#'+tab).length==0) {initab(); tab = 'tab1';}
|
||||
if ($.cookie('help')=='help') {$('.inline_help').show(); $('#nav-item.HelpButton').addClass('nav-button-active');}
|
||||
if ($.cookie('help')=='help') {$('.inline_help').show(); $('#nav-item.HelpButton').addClass('active');}
|
||||
$('#'+tab).attr('checked', true);
|
||||
<?if ($display['refresh']>0 || ($display['refresh']<0 && $var['mdResync']==0)):?>
|
||||
if (update>1) setTimeout(countDown,1000);
|
||||
|
||||
Reference in New Issue
Block a user