mirror of https://github.com/itflow-org/itflow
Add DHCP next to IP if none is given
This commit is contained in:
parent
e426778ac2
commit
df4f8a518c
|
|
@ -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 = "-";
|
||||
$asset_ip_display = "DHCP";
|
||||
} else {
|
||||
$asset_ip_display = $asset_ip;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue