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