Show explicitly which hostname belongs to which IP address when hovering over the hostnames. Note that the IP addresses and host names were already in the same order, before.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-05-27 19:48:51 +02:00
parent f780ff3fbc
commit eb3c672545
3 changed files with 23 additions and 4 deletions

View File

@@ -73,6 +73,8 @@ if(isset($_GET["network"]) && $auth)
array_push($res["ip"],$network_address["ip"]);
if($network_address["name"] !== null)
array_push($res["name"],utf8_encode($network_address["name"]));
else
array_push($res["name"],"");
}
$network_addresses->finalize();