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

@@ -332,6 +332,11 @@ $sql_asset_retire = mysqli_query(
</tbody>
</table>
</div>
<?php if ($session_user_role == 3) { ?>
<div class="card-footer">
<a href="admin_logs.php?client=<?php echo $client_id; ?>">See More...</a>
</div>
<?php } ?>
</div>
</div>