Update All Assets Report to be more like client assets

This commit is contained in:
johnnyq
2024-09-06 14:18:00 -04:00
parent 1130c17196
commit 65f72665ad
4 changed files with 578 additions and 176 deletions

View File

@@ -115,8 +115,8 @@
<li class="nav-header">OVERVIEWS</li>
<li class="nav-item">
<a href="report_all_assets_by_client.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "report_all_assets_by_client.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-life-ring"></i>
<a href="report_assets.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "report_assets.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-desktop"></i>
<p>All Assets</p>
</a>
</li>