mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02:00
Fix IP Display
This commit is contained in:
@@ -30,7 +30,7 @@ echo '<tr>
|
|||||||
<td>'.$device['sysName'].' </td>
|
<td>'.$device['sysName'].' </td>
|
||||||
</tr>';
|
</tr>';
|
||||||
|
|
||||||
if ($ip = inet6_ntop($device['ip'])) {
|
if (!empty($device['ip'])) {
|
||||||
echo '<tr>
|
echo '<tr>
|
||||||
<td>Resolved IP</td>
|
<td>Resolved IP</td>
|
||||||
<td>'.$ip.'</td>
|
<td>'.$ip.'</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user