From e426778ac2feff5f2b06667c30fab63b2ad57095 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 19 Mar 2024 15:09:39 -0400 Subject: [PATCH] Remove Copy IP Button from assets as its not nessessary and was taking up precious space --- client_assets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client_assets.php b/client_assets.php index 6b8c74c8..fbda3049 100644 --- a/client_assets.php +++ b/client_assets.php @@ -226,7 +226,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); if (empty($asset_ip)) { $asset_ip_display = "-"; } else { - $asset_ip_display = "$asset_ip"; + $asset_ip_display = $asset_ip; } $asset_nat_ip = nullable_htmlentities($row['asset_nat_ip']); $asset_mac = nullable_htmlentities($row['asset_mac']); @@ -314,7 +314,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - +