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

bug #3655: Define nic id for the row

This commit is contained in:
Daniel Molina 2015-03-06 11:37:50 +01:00
parent aa8a127f60
commit d9f8c37fc0

View File

@ -1480,6 +1480,8 @@ function updateVMInfo(request,vm){
$("td.open-control", nRow).html("").removeClass('open-control');
}
$(nRow).attr("nic_id", aData.NIC_ID);
}
});