Initial work has begun on Client Overview

This commit is contained in:
johnnyq
2022-03-12 12:05:27 -05:00
parent 928af1d90d
commit 5f883b608b
3 changed files with 86 additions and 1 deletions

View File

@@ -18,6 +18,13 @@
<div class="text-wrap"><?php echo $client_tags_display; ?></div>
</div>
<li class="nav-item mt-3">
<a href="?client_id=<?php echo $client_id; ?>&tab=overview" class="nav-link <?php if($_GET['tab'] == "overview") { echo "active"; } ?>">
<i class="nav-icon fas fa-tachometer-alt"></i>
<p>Overview</p>
</a>
</li>
<li class="nav-header mt-3">CLIENT</li>
<li class="nav-item">