1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #3101: multiple entries conf VM (#3401)

Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
This commit is contained in:
Jorge Lobo 2019-06-03 18:06:12 +02:00 committed by Tino Vázquez
parent bb22f4debb
commit 0ca517112d

View File

@ -446,7 +446,6 @@ define(function(require) {
if (!$.isArray(nics)){
nics = [nics];
}
$.each(nics, function(i, nic){
var distinct = function(value, index, self){
return self.indexOf(value)===index;
};