added logs to the sidebar. I'm an idiot

pull/89/head
tidusjar 9 years ago
parent 339bb91d3d
commit 8c2a3c8fd7

@ -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