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:
parent
0e719b1fb1
commit
0452f9068c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user