1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00

feature #4083: Enable network graphs for ec2(cherry picked from commit 50fe6a7e09664b19609caa453124eed4e56afeaa)

This commit is contained in:
Daniel Molina 2015-11-06 10:27:15 +01:00 committed by Tino Vazquez
parent bdeff997f8
commit f898a9ef28

View File

@ -583,7 +583,7 @@ define(function(require) {
function isNICGraphsSupported(element) {
var history = retrieveLastHistoryRecord(element)
if (history) {
return $.inArray(history.VMMMAD, ['vcenter', 'ec2', 'az', 'sl']) == -1;
return $.inArray(history.VMMMAD, ['vcenter', 'az', 'sl']) == -1;
} else {
return false;
}