We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93ab3b1 + 171c6f6 commit 2fce67eCopy full SHA for 2fce67e
1 file changed
emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php
@@ -2597,7 +2597,7 @@ function resetForm() {
2597
}
2598
$("#gpubootvga"+myindex).removeClass();
2599
if (mylabel == "_(None)_") $("#gpubootvga"+myindex).addClass('hidden');
2600
- if (myvalue != "_(virtual)_" && myvalue != "" && myvalue != "_(nogpu)_") {
+ if (myvalue != "virtual" && myvalue != "" && myvalue != "nogpu") {
2601
if (ValidGPUs[myvalue].bootvga != "1") $("#gpubootvga"+myindex).addClass('hidden');
2602
} else {
2603
$("#gpubootvga"+myindex).addClass('hidden');
0 commit comments