RaidLogs now opens a new Tab
This commit is contained in:
parent
2dfcf13f79
commit
2d8a0850eb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,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"> @logFolder </NavLink>
|
<NavLink class="nav-link" href="@path" target="blank"> @logFolder </NavLink>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue