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/f0e721ee8013e7eff1cf17d04d5079972f1f29c6/UI/Settings/Quality/Profile/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: {{name}}</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>
|