From 4d78703522d37980d7d3461b8bcaaa4dcdbaf4e0 Mon Sep 17 00:00:00 2001 From: Sanjay Tripathi Date: Wed, 10 Dec 2014 14:16:48 +0530 Subject: [PATCH] CLOUDSTACK-8056: EN: Miss SC and UK keyboard option for VMware hypervisor when register a template. --- ui/scripts/templates.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index e0c628ba5e6..a8e8dad39e7 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -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