Updated breadcrumbs in Asset Details to include clients

This commit is contained in:
johnnyq 2024-01-15 15:10:20 -05:00
parent 717b63855e
commit 9f1f88b64e
1 changed files with 3 additions and 0 deletions

View File

@ -213,6 +213,9 @@ if (isset($_GET['asset_id'])) {
<div class="col-md-9">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="clients.php">Clients</a>
</li>
<li class="breadcrumb-item">
<a href="client_overview.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a>
</li>