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:
parent
bdeff997f8
commit
f898a9ef28
@ -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…
Reference in New Issue
Block a user