From 691510605791b75723110966e1edf5a53eb2828d Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Tue, 7 Oct 2025 16:51:25 +0700 Subject: [PATCH] style: add view data menu active dashboard --- Views/Dashboard/Index.cshtml | 1 + Views/Shared/_Sidebar.cshtml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Views/Dashboard/Index.cshtml b/Views/Dashboard/Index.cshtml index 98f37bb..d2103e3 100644 --- a/Views/Dashboard/Index.cshtml +++ b/Views/Dashboard/Index.cshtml @@ -1,4 +1,5 @@ @{ Layout = "_LayoutApp"; ViewData["Title"] = "Dashboard"; + ViewData["DashboardActive"] = "menu-active"; } \ No newline at end of file diff --git a/Views/Shared/_Sidebar.cshtml b/Views/Shared/_Sidebar.cshtml index 677f598..222c29f 100644 --- a/Views/Shared/_Sidebar.cshtml +++ b/Views/Shared/_Sidebar.cshtml @@ -10,7 +10,7 @@