RaidLogs NavLinks no longer go over the whole site
This commit is contained in:
parent
c0faa7aeee
commit
377f4dc83b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
@foreach(string logFolder in _availabeLogs)
|
@foreach(string logFolder in _availabeLogs)
|
||||||
{
|
{
|
||||||
string path = $"{LOGS}/{_selectedLogFolder}/{logFolder}/index.html";
|
string path = $"{LOGS}/{_selectedLogFolder}/{logFolder}/index.html";
|
||||||
<NavLink class="nav-link" href="@path" target="blank"> @logFolder </NavLink>
|
<NavLink class="nav-link" href="@path" target="blank" style="width:5px;"> @logFolder </NavLink>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue