mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Only show log in Local network (#14241)
This commit is contained in:
parent
c2cc27a8a9
commit
1f5cfb1e23
1 changed files with 5 additions and 0 deletions
|
|
@ -204,6 +204,7 @@
|
|||
</li>
|
||||
{{--| /DECLARE}}
|
||||
|
||||
{{#IF localNetworkRequest}}
|
||||
<div class="flex-col">
|
||||
<ol class="action-list">
|
||||
{{#FOREACH log IN logs.Reverse()}}
|
||||
|
|
@ -211,6 +212,10 @@
|
|||
{{/FOREACH}}
|
||||
</ol>
|
||||
</div>
|
||||
{{#ELSE}}
|
||||
<p>Please visit this page from your local network to view detailed startup logs.</p>
|
||||
{{/ELSE}}
|
||||
{{/IF}}
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue