mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #~: External IP on datatable (#1033)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
This commit is contained in:
parent
2dec5dc777
commit
c8327a2f3d
@ -1088,7 +1088,7 @@ define(function(require) {
|
||||
return copy_nics.reduce(function(column, nic) {
|
||||
if (first){
|
||||
if (nic.IP || (nic.IP6_ULA && nic.IP6_GLOBAL)) {
|
||||
var ip = nic.IP || nic.IP6_ULA + " " + identation + nic.IP6_GLOBAL;
|
||||
var ip = nic.EXTERNAL_IP || nic.IP || nic.IP6_ULA + " " + identation + nic.IP6_GLOBAL;
|
||||
column.append(nic.NIC_ID + ": " + ip + "<end_first_ip>");
|
||||
}
|
||||
first=false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user