opennetadmin / ona

OpenNetAdmin IP Address Management (IPAM) system
opennetadmin.com
GNU General Public License v2.0
136 stars 34 forks source link

Bug when display hosts' shared IP #186

Open HugoTH85 opened 2 months ago

HugoTH85 commented 2 months ago

Hello,

I have some troubles with the web interface (in the hosts page). Before, I was using ONA v13.03.01 and when I set my cursor on this icone : image, something like that appeared : image

As I have upgraded my ONA server (now on v19.0.2), when I'm doing the same action, this appears : image Just a black square with nothing inside...

Does someone have the solution for this please ?

jleonmartin commented 2 weeks ago

Hello,

I have done some debug and the problem is

In www/winc/tooltips.inc.php line 1568 $priip = ip_mangle($priint['ip_addr'], dotted);

How this is only the title, so in my case, just set
$priip = "0.0.0.0";`

as a work around