You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2014/07/28 20:17:34 UTC

git commit: updated refs/heads/master to f1039b7

Repository: cloudstack
Updated Branches:
  refs/heads/master 47bb175bd -> f1039b782


Fixed CLOUDSTACK-5212: [UI]Need Support for the LXC for the Report sockets


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

Branch: refs/heads/master
Commit: f1039b782e5fdef8129088929c42fdf2f2909b5a
Parents: 47bb175
Author: Rajani Karuturi <ra...@gmail.com>
Authored: Thu Jul 24 17:16:18 2014 +0530
Committer: Jessica Wang <je...@apache.org>
Committed: Mon Jul 28 10:48:03 2014 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f1039b78/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index ab8e518..3b53df6 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -9040,7 +9040,7 @@
                                 	var array1 = [];
                                 	
                                 	// ***** non XenServer (begin) *****
-                                	var hypervisors = ["Hyperv", "KVM", "VMware", "BareMetal"];
+                                	var hypervisors = ["Hyperv", "KVM", "VMware", "BareMetal", "LXC"];
                                 	
                                         	var supportSocketHypervisors = {
                                         		"Hyperv": 1,