1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-24 17:49:28 +03:00

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

(cherry picked from commit eac4b355e8)
This commit is contained in:
Sergio Betanzos
2020-01-27 18:38:41 +01:00
committed by Tino Vazquez
parent cdda2e6292
commit 07aafca7db

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,