Removed Client Audit log, now located under Recent under client Overview can click View More to see the main audit log if your an admin also added client filter to the main audit log

This commit is contained in:
johnnyq
2024-08-23 15:43:50 -04:00
parent 58ec9121a0
commit d35b9ee161
5 changed files with 49 additions and 140 deletions

View File

@@ -339,19 +339,6 @@
</a>
</li>
<li class="nav-item">
<a href="client_logs.php?client_id=<?php echo $client_id; ?>" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_logs.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-history"></i>
<p>
Audit Logs
<?php
if ($num_logs > 0) { ?>
<span class="right badge text-light"><?php echo $num_logs; ?></span>
<?php } ?>
</p>
</a>
</li>
</ul>
</nav>
<!-- /.sidebar-menu -->