mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 14:29:24 -05:00
Add nogpu
This commit is contained in:
@@ -1281,6 +1281,11 @@ private static $encoding = 'UTF-8';
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (empty($arrGPUDevices)) {
|
||||
$arrGPUDevices[] = [
|
||||
'id' => 'nogpu',
|
||||
];
|
||||
}
|
||||
|
||||
// Add claimed USB devices by this VM to the available USB devices
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user