mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
added logs to the sidebar. I'm an idiot
This commit is contained in:
parent
339bb91d3d
commit
8c2a3c8fd7
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue