You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/01/20 06:58:01 UTC

[05/12] git commit: updated refs/heads/4.5 to 30598e9

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

(cherry picked from commit 4d78703522d37980d7d3461b8bcaaa4dcdbaf4e0)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e6620b12
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e6620b12
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e6620b12

Branch: refs/heads/4.5
Commit: e6620b12e36a4dc95629435e77970d91727fd929
Parents: 899bb8b
Author: Sanjay Tripathi <sa...@citrix.com>
Authored: Wed Dec 10 14:16:48 2014 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Tue Jan 20 10:22:42 2015 +0530

----------------------------------------------------------------------
 ui/scripts/templates.js | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e6620b12/ui/scripts/templates.js
----------------------------------------------------------------------
diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js
index b95bb7d..1cb613b 100644
--- a/ui/scripts/templates.js
+++ b/ui/scripts/templates.js
@@ -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