1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +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 0e719b1fb1
commit 0452f9068c

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;
}