mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Typo
This commit is contained in:
@ -33,7 +33,7 @@ echo '<tr>
|
|||||||
if (!empty($device['ip'])) {
|
if (!empty($device['ip'])) {
|
||||||
echo '<tr>
|
echo '<tr>
|
||||||
<td>Resolved IP</td>
|
<td>Resolved IP</td>
|
||||||
<td>'.$ip.'</td>
|
<td>'.$device['ip'].'</td>
|
||||||
</tr>';
|
</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user