Fix Client Services to include interfaces

This commit is contained in:
johnnyq
2024-06-11 23:32:09 -04:00
parent 836e1a3199
commit d64a7ce31e
2 changed files with 4 additions and 3 deletions

View File

@@ -31,8 +31,8 @@
mysqli_data_seek($sql_assets, 0);
while ($row = mysqli_fetch_array($sql_assets)) {
if (!empty($row['asset_ip'])) {
$ip = '('.nullable_htmlentities($row["asset_ip"]).')';
if (!empty($row['interface_ip'])) {
$ip = '('.nullable_htmlentities($row["interface_ip"]).')';
} else {
$ip = '';
}