mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8056: EN: Miss SC and UK keyboard option for VMware hypervisor when register a template.
(cherry picked from commit 4d78703522)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
899bb8b2e9
commit
e6620b12e3
|
|
@ -325,11 +325,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