CLOUDSTACK-8056: EN: Miss SC and UK keyboard option for VMware hypervisor when register a template.

This commit is contained in:
Sanjay Tripathi 2014-12-10 14:16:48 +05:30
parent f6854bc984
commit 4d78703522
1 changed files with 10 additions and 2 deletions

View File

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