Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/438e3199ded5a99a1b59b3e583cb0d5fdf47fd30/UI/Settings/Indexers/DeleteTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
|
<h3>Delete Indexer</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<p>Are you sure you want to delete '{{name}}'?</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button class="btn" data-dismiss="modal">cancel</button>
|
|
|
|
|
<button class="btn btn-danger x-confirm-delete">delete</button>
|
|
|
|
|
</div>
|