From f1039b782e5fdef8129088929c42fdf2f2909b5a Mon Sep 17 00:00:00 2001 From: Rajani Karuturi Date: Thu, 24 Jul 2014 17:16:18 +0530 Subject: [PATCH] Fixed CLOUDSTACK-5212: [UI]Need Support for the LXC for the Report sockets --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index ab8e5185060..3b53df61584 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,