mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
Fix bootvga check.
This commit is contained in:
@@ -2597,7 +2597,7 @@ $(function() {
|
||||
}
|
||||
$("#gpubootvga"+myindex).removeClass();
|
||||
if (mylabel == "_(None)_") $("#gpubootvga"+myindex).addClass('hidden');
|
||||
if (myvalue != "_(virtual)_" && myvalue != "" && myvalue != "_(nogpu)_") {
|
||||
if (myvalue != "virtual" && myvalue != "" && myvalue != "nogpu") {
|
||||
if (ValidGPUs[myvalue].bootvga != "1") $("#gpubootvga"+myindex).addClass('hidden');
|
||||
} else {
|
||||
$("#gpubootvga"+myindex).addClass('hidden');
|
||||
|
||||
Reference in New Issue
Block a user