mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 00:19:57 -06:00
Merge pull request #2436 from SimonFair/Bug-Language-issue-for-bootvga-value-
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