Skip to content

Commit

Permalink
Merge pull request #89 from tidusjar/dev
Browse files Browse the repository at this point in the history
added logs to the sidebar. I'm an idiot
  • Loading branch information
Jamie committed Mar 25, 2016
2 parents 7b55f07 + faf21fc commit 5c4af22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PlexRequests.UI/Views/Admin/_Sidebar.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@
{
<a class="list-group-item" href="/admin/pushovernotification">Pushover Notifications</a>
}
@if (Context.Request.Path == "/admin/logs")
{
<a class="list-group-item active" href="/admin/logs">Logs</a>
}
else
{
<a class="list-group-item" href="/admin/logs">Logs</a>
}

@if (Context.Request.Path == "/admin/status")
{
Expand Down

0 comments on commit 5c4af22

Please sign in to comment.