mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8056: EN: Miss SC and UK keyboard option for VMware hypervisor when register a template.
This commit is contained in:
parent
f6854bc984
commit
4d78703522
|
|
@ -322,11 +322,19 @@
|
|||
});
|
||||
items.push({
|
||||
id: "us",
|
||||
description: "US"
|
||||
description: "US Keboard"
|
||||
});
|
||||
items.push({
|
||||
id: "uk",
|
||||
description: "UK Keyboard"
|
||||
});
|
||||
items.push({
|
||||
id: "jp",
|
||||
description: "Japanese"
|
||||
description: "Japanese Keyboard"
|
||||
});
|
||||
items.push({
|
||||
id: "sc",
|
||||
description: "Simplified Chinese"
|
||||
});
|
||||
args.response.success({
|
||||
data: items
|
||||
|
|
|
|||
Loading…
Reference in New Issue