mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Do not show DHCP if IP is null under assets
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']);
|
||||
if (empty($asset_ip)) {
|
||||
$asset_ip_display = "DHCP";
|
||||
$asset_ip_display = "-";
|
||||
} else {
|
||||
$asset_ip_display = $asset_ip;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user