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

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

(cherry picked from commit eac4b355e849271b3410586caf7ff3e8a1d9d588)
This commit is contained in:
Sergio Betanzos 2020-01-27 18:38:41 +01:00 committed by Tino Vazquez
parent cdda2e6292
commit 07aafca7db
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

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,