From 8c2a3c8fd7a5485cd67d7a024845b1005946c0cd Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 25 Mar 2016 17:21:20 +0000 Subject: [PATCH] added logs to the sidebar. I'm an idiot --- PlexRequests.UI/Views/Admin/_Sidebar.cshtml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PlexRequests.UI/Views/Admin/_Sidebar.cshtml b/PlexRequests.UI/Views/Admin/_Sidebar.cshtml index 51e181921..efb8ce36b 100644 --- a/PlexRequests.UI/Views/Admin/_Sidebar.cshtml +++ b/PlexRequests.UI/Views/Admin/_Sidebar.cshtml @@ -79,6 +79,14 @@ { Pushover Notifications } + @if (Context.Request.Path == "/admin/logs") + { + Logs + } + else + { + Logs + } @if (Context.Request.Path == "/admin/status") {