Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/2922180fdfa00a9acdade10a99e613f6916522ab/UI/Logs/Files/ContentsViewTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<div class="row">
|
|
<div class="span12">
|
|
<h3>{{filename}}</h3>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="span12">
|
|
<pre>{{contents}}</pre>
|
|
</div>
|
|
</div> |