mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Fix bug in local IP display in Sunstone
This commit is contained in:
parent
e484ecbb21
commit
d1f65ab012
@ -628,7 +628,8 @@ define(function(require) {
|
||||
}
|
||||
})
|
||||
}
|
||||
else
|
||||
|
||||
if(ips.length==0)
|
||||
{
|
||||
if (nic != undefined) {
|
||||
if (!$.isArray(nic)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user