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

B #3882: Fix IPv4 address not shown in VM network tab (#4121)

This commit is contained in:
Sergio Betanzos 2020-01-27 18:38:41 +01:00 committed by Tino Vázquez
parent 8c9b56bc29
commit eac4b355e8

View File

@ -349,7 +349,7 @@ define(function(require) {
nic_dt_data.push({
NIC_ID : nic.NIC_ID,
NETWORK : Navigation.link(nic.NETWORK, "vnets-tab", nic.NETWORK_ID),
IP : _ipTr(nic, [ipStr, "IP6_LINK"]),
IP : _ipTr(nic, [ipStr, "IP"]),
NIC_ALIAS : nic_alias,
MAC : nic.MAC,
PCI_ADDRESS: pci_address,