1
0
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:
Tino Vazquez 2015-08-28 17:50:36 +02:00
parent e484ecbb21
commit d1f65ab012

View File

@ -628,7 +628,8 @@ define(function(require) {
}
})
}
else
if(ips.length==0)
{
if (nic != undefined) {
if (!$.isArray(nic)) {