Closed Shiro1n closed 1 year ago
Hello @Shiro1n
Please pull the latest version v1.0.11
.
The templates folder now has sidebar.html
where you can add new links:
<!--
<li class="nav-item">
<a class="nav-link text-white {% if 'SEGMENT_HERE' in segment %} active {% endif %} " href="#">
<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">table_view</i>
</div>
<span class="nav-link-text ms-1">LINK_HERE</span>
</a>
</li>
-->
Take a look and let us know if helps.
hi, i would like to get help with adding the contents of my apps to the dashboard. my project structure has apps for the each model for easy management but im having an issue about putting them to the dashboard this is how my folder structure looks like