Add Stafff Dashboard for staff supervisors to display case work for subordinates
This commit is contained in:
parent
ffa728b093
commit
5bced5d71a
@ -25,6 +25,15 @@
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
{% if app.user.job.name == 'CASE_MANAGER' %}
|
||||
<li class='nav-item'>
|
||||
<a class='{{ staff_dashboard }}' href='/index.php/staff-dashboard'>
|
||||
<i class='material-symbols-rounded opacity-5'>dashboard</i>
|
||||
<span class='nav-link-text ms-1'>Staff Dashboard</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="{{ user_dashboard }}" href="/index.php/dashboard">
|
||||
<i class="material-symbols-rounded opacity-5">dashboard</i>
|
||||
@ -80,6 +89,12 @@
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
<li class='nav-item'>
|
||||
<a class='text-dark nav-link' href='/index.php/logout'>
|
||||
<i class='material-symbols-rounded opacity-5'>logout</i>
|
||||
<span class='nav-link-text ms-1'>Logout</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sidenav-footer position-absolute w-100 bottom-0 ">
|
||||
|
Loading…
Reference in New Issue
Block a user