diff --git a/client_assets.php b/client_assets.php
index 31e8163e..ec8748df 100644
--- a/client_assets.php
+++ b/client_assets.php
@@ -91,8 +91,18 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$asset_make = $row['asset_make'];
$asset_model = $row['asset_model'];
$asset_serial = $row['asset_serial'];
+ if(empty($asset_serial)){
+ $asset_serial_display = "-";
+ }else{
+ $asset_serial_display = $asset_serial;
+ }
$asset_os = $row['asset_os'];
$asset_ip = $row['asset_ip'];
+ if(empty($asset_ip)){
+ $asset_ip_display = "-";
+ }else{
+ $asset_ip_display = "$asset_ip
";
+ }
$asset_mac = $row['asset_mac'];
$asset_purchase_date = $row['asset_purchase_date'];
$asset_warranty_expire = $row['asset_warranty_expire'];
@@ -199,8 +209,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
|
-
|
-
|
+
|
+
|
|
|
diff --git a/client_certificates.php b/client_certificates.php
index 1bc0e92b..aabddcd5 100644
--- a/client_certificates.php
+++ b/client_certificates.php
@@ -74,7 +74,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
| Domain |
Issued By |
Expire |
-
Updated |
Action |
@@ -95,7 +94,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
|
|
-
|
|