mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Merge pull request #89 from tidusjar/dev
added logs to the sidebar. I'm an idiot
This commit is contained in:
commit
5c4af229e5
1 changed files with 8 additions and 0 deletions
|
@ -79,6 +79,14 @@
|
||||||
{
|
{
|
||||||
<a class="list-group-item" href="/admin/pushovernotification">Pushover Notifications</a>
|
<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")
|
@if (Context.Request.Path == "/admin/status")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue