From 8e66434ec4aa911dfa08fac3ccbce5374c9de1ab Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 23 Feb 2025 15:48:47 -0500 Subject: [PATCH] Updated asset details Link in rack, fixed opening asset details modal when clicking on a connected asset in asset details page --- asset_details.php | 1 + client_racks.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/asset_details.php b/asset_details.php index ad7f816b..f0ddb509 100644 --- a/asset_details.php +++ b/asset_details.php @@ -460,6 +460,7 @@ if (isset($_GET['asset_id'])) { // Show either "-" or "AssetName - Port" if ($connected_asset_name) { $connected_to_display = " diff --git a/client_racks.php b/client_racks.php index 7e36c79a..acd1a575 100644 --- a/client_racks.php +++ b/client_racks.php @@ -261,7 +261,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); $icon = $d['icon']; // already from getAssetIcon ?> -