mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
9eae8273be
commit
4ac261e38e
@ -939,7 +939,7 @@ define(function(require) {
|
||||
alias_ip = identation + "> " + alias.IP
|
||||
else if (alias.IP6)
|
||||
alias_ip = identation + "> " + alias.IP6
|
||||
else if (nic.IP6_ULA && nic.IP6_GLOBAL)
|
||||
else if (alias.IP6_ULA && alias.IP6_GLOBAL)
|
||||
alias_ip = alias.IP6_ULA + " " + identation + "> " + alias.IP6_GLOBAL;
|
||||
|
||||
if (alias_ip){
|
||||
@ -980,7 +980,7 @@ define(function(require) {
|
||||
alias_ip = identation + "> " + alias.IP
|
||||
else if (alias.IP6)
|
||||
alias_ip = identation + "> " + alias.IP6
|
||||
else if (nic.IP6_ULA && nic.IP6_GLOBAL)
|
||||
else if (alias.IP6_ULA && alias.IP6_GLOBAL)
|
||||
alias_ip = alias.IP6_ULA + "<br>" + identation + "> " + alias.IP6_GLOBAL;
|
||||
|
||||
if (alias_ip){
|
||||
|
Loading…
x
Reference in New Issue
Block a user