Created whole new section Client Overview to get a global view of all your clients things, merged domains and assets into one

This commit is contained in:
johnnyq
2025-02-19 22:16:24 -05:00
parent 7f5893a627
commit 70495ef298
29 changed files with 942 additions and 1562 deletions

View File

@@ -115,12 +115,6 @@
<p>All Assets</p>
</a>
</li>
<li class="nav-item">
<a href="report_domains.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "report_domains.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-globe"></i>
<p>All Domains</p>
</a>
</li>
<?php } ?>
</ul>