mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 18:48:49 -05:00
remove 'nl-be' from VM keyboard type autocomplete
This commit is contained in:
@@ -307,7 +307,7 @@ function getLibvirtSchema() {
|
||||
autoport: ["yes", "no"],
|
||||
websocket: ["-1"],
|
||||
listen: ["0.0.0.0"],
|
||||
keymap: ["en-us", "en-gb", "ar", "hr", "cz", "da", "nl", "nl-be", "es", "et", "fo",
|
||||
keymap: ["en-us", "en-gb", "ar", "hr", "cz", "da", "nl", "es", "et", "fo",
|
||||
"fi", "fr", "bepo", "fr-be", "fr-ca", "fr-ch", "de-ch", "hu", "is", "it",
|
||||
"ja", "lv", "lt", "mk", "no", "pl", "pt-br", "ru", "sl", "sv", "th", "tr"]
|
||||
}
|
||||
@@ -373,4 +373,4 @@ function getLibvirtSchema() {
|
||||
|
||||
return root;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user