mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add DHCP next to IP if none is given
This commit is contained in:
@@ -224,7 +224,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|||||||
}
|
}
|
||||||
$asset_ip = nullable_htmlentities($row['asset_ip']);
|
$asset_ip = nullable_htmlentities($row['asset_ip']);
|
||||||
if (empty($asset_ip)) {
|
if (empty($asset_ip)) {
|
||||||
$asset_ip_display = "-";
|
$asset_ip_display = "DHCP";
|
||||||
} else {
|
} else {
|
||||||
$asset_ip_display = $asset_ip;
|
$asset_ip_display = $asset_ip;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user