added charts and fixed analysis component

This commit is contained in:
2024-11-22 11:57:39 +01:00
parent 18735127bb
commit 22c95fa063
12 changed files with 1355 additions and 556 deletions
+3 -2
View File
@@ -7,7 +7,7 @@
<!-- LOGO -->
<div class="topbar-left">
<div class="text-center bg-logo">
<a href="<?php echo USERAREA_PATH;?>index.php" class="logo"><i class="mdi mdi-bowling text-success"></i> Reportify</a>
<a href="<?php echo USERAREA_PATH; ?>index.php" class="logo"><i class="mdi mdi-bowling text-success"></i> Reportify</a>
<!-- <a href="index.html" class="logo"><img src="assets/images/logo.png" height="24" alt="logo"></a> -->
</div>
</div>
@@ -41,7 +41,7 @@
</a>
</li>
<li>
<a href="<?php echo USERAREA_PATH;?>notifications/notifications.php">
<a href="<?php echo USERAREA_PATH; ?>notifications/notifications.php">
<i class="mdi mdi-bell icon nav-icon"></i>
<span> Notifications </span>
</a>
@@ -121,6 +121,7 @@
<a href="javascript:void(0);" class="waves-effect"><i class="fas fa-chart-bar"></i> <span> StatKPI </span> <span class="float-right"><i class="mdi mdi-chevron-right"></i></span></a>
<ul class="list-unstyled">
<li><a href="<?php echo USERAREA_PATH; ?>statkpi/statkpi.php">StatKPI</a></li>
<li><a href="<?php echo USERAREA_PATH; ?>statkpi/analytes_stats.php">Components Stats</a></li>
</ul>
</li>