Merge pull request #89 from tidusjar/dev

added logs to the sidebar. I'm an idiot
pull/95/head
Jamie 9 years ago
commit 5c4af229e5

@ -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")
{

Loading…
Cancel
Save