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:
parent
aa8a127f60
commit
d9f8c37fc0
@ -1480,6 +1480,8 @@ function updateVMInfo(request,vm){
|
||||
|
||||
$("td.open-control", nRow).html("").removeClass('open-control');
|
||||
}
|
||||
|
||||
$(nRow).attr("nic_id", aData.NIC_ID);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user