From 78032dcf6d0994b0aa2338ab00476b37b6ce1568 Mon Sep 17 00:00:00 2001 From: o-psi Date: Fri, 13 Oct 2023 09:56:38 -0500 Subject: [PATCH 1/2] Added a report to view all assets by client. --- report_all_assets_by_client.php | 74 +++++++++++++++++++++++++++++++++ reports_side_nav.php | 7 +++- 2 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 report_all_assets_by_client.php diff --git a/report_all_assets_by_client.php b/report_all_assets_by_client.php new file mode 100644 index 00000000..c18b5fc1 --- /dev/null +++ b/report_all_assets_by_client.php @@ -0,0 +1,74 @@ + + +
+
+

All Assets by Client

+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + +
ClientAsset NameAsset Type + Asset Status +
+ + + + + + + +
+
+
+
+ +Password rotation

- + From 157263cf8a86109b42ab7a530c8cc30c8d65c8d1 Mon Sep 17 00:00:00 2001 From: o-psi Date: Fri, 13 Oct 2023 09:58:56 -0500 Subject: [PATCH 2/2] Add link to Assets on technical dashboard --- dashboard_technical.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard_technical.php b/dashboard_technical.php index 18e54554..63fdbe30 100644 --- a/dashboard_technical.php +++ b/dashboard_technical.php @@ -126,7 +126,7 @@ $expiring_certificates = $sql_certs_expiring['expiring_certs'];