mirror of
https://github.com/unraid/webgui.git
synced 2026-01-18 07:30:14 -06:00
fix sorting on qemu machine types
This commit is contained in:
@@ -768,7 +768,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
arsort($arrValidMachineTypes);
|
||||
uksort($arrValidMachineTypes, 'version_compare');
|
||||
$arrValidMachineTypes = array_reverse($arrValidMachineTypes);
|
||||
|
||||
return $arrValidMachineTypes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user