mirror of https://github.com/apache/cloudstack.git
Fixed CLOUDSTACK-5212: [UI]Need Support for the LXC for the Report sockets
This commit is contained in:
parent
47bb175bd4
commit
f1039b782e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue