adds the dashboard menu punkt and adds greeting to the dashboard view

This commit is contained in:
SimonGschnell
2024-10-17 09:58:28 +02:00
parent 14aa98c223
commit e475fe568e
4 changed files with 65 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ $this->load->view('templates/CISVUE-Header', $includesArray);
?>
<div id="content">
<h2>Dashboard</h2>
<h2>Hallo <?= $name?>!</h2>
<hr>
<fhc-dashboard dashboard="CIS"/>
</div>