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:
Sanjay Tripathi 2014-12-10 14:16:48 +05:30 committed by Rohit Yadav
parent 899bb8b2e9
commit e6620b12e3
1 changed files with 10 additions and 2 deletions

View File

@ -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