chore(sidebar): move menu position
parent
b6d5c35c46
commit
ea55cd1b44
|
|
@ -26,13 +26,6 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Data Bank Sampah -->
|
||||
<li>
|
||||
<a asp-controller="DataBankSampah" asp-action="Index" class="rounded-full @(controller == "DataBankSampah" ? "menu-active" : "")">
|
||||
<i class="ph ph-house-line me-2 text-lg"></i>
|
||||
Data Bank Sampah
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Bank Sampah -->
|
||||
<li>
|
||||
|
|
@ -50,30 +43,6 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Maggot -->
|
||||
<li>
|
||||
<a asp-controller="Maggot" asp-action="Index" class="rounded-full @(controller == "Maggot" ? "menu-active" : "")">
|
||||
<i class="ph ph-bug me-2 text-lg"></i>
|
||||
Maggot
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Composting -->
|
||||
<li>
|
||||
<a asp-controller="Composting" asp-action="Index" class="rounded-full @(controller == "Composting" ? "menu-active" : "")">
|
||||
<i class="ph ph-leaf me-2 text-lg"></i>
|
||||
Composting
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Reduksi Sampah -->
|
||||
<li>
|
||||
<a asp-controller="ReduksiSampah" asp-action="Index" class="rounded-full @(controller == "ReduksiSampah" ? "menu-active" : "")">
|
||||
<i class="ph ph-chart-line me-2 text-lg"></i>
|
||||
Reduksi Sampah
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Data -->
|
||||
<li>
|
||||
<details @(new[] { "Nasabah", "BankSampahInduk", "Aktivitas", "HargaSampah", "Offtaker" }.Contains(controller) ? "open" : "")>
|
||||
|
|
@ -195,6 +164,38 @@
|
|||
Transaksi Nasabah
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Data Bank Sampah -->
|
||||
<li>
|
||||
<a asp-controller="DataBankSampah" asp-action="Index" class="rounded-full @(controller == "DataBankSampah" ? "menu-active" : "")">
|
||||
<i class="ph ph-house-line me-2 text-lg"></i>
|
||||
Data Bank Sampah
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Maggot -->
|
||||
<li>
|
||||
<a asp-controller="Maggot" asp-action="Index" class="rounded-full @(controller == "Maggot" ? "menu-active" : "")">
|
||||
<i class="ph ph-bug me-2 text-lg"></i>
|
||||
Maggot
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Composting -->
|
||||
<li>
|
||||
<a asp-controller="Composting" asp-action="Index" class="rounded-full @(controller == "Composting" ? "menu-active" : "")">
|
||||
<i class="ph ph-leaf me-2 text-lg"></i>
|
||||
Composting
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<!-- Reduksi Sampah -->
|
||||
<li>
|
||||
<a asp-controller="ReduksiSampah" asp-action="Index" class="rounded-full @(controller == "ReduksiSampah" ? "menu-active" : "")">
|
||||
<i class="ph ph-chart-line me-2 text-lg"></i>
|
||||
Reduksi Sampah
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue