remove 'nl-be' from VM keyboard type autocomplete

This commit is contained in:
Eric Schultz
2020-02-10 03:06:08 -06:00
committed by GitHub
parent f45cfb0e22
commit 5b8ef99c96
@@ -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;
}
}