mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
[WIP] Additions to custom formats, such as rescanning old files. (#2949)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<div class="modal-content">
|
||||
<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 class="alert alert-danger">
|
||||
Custom Formats will be removed from all files, history items, backlisted releases and profiles.
|
||||
If a profile has this format set as cutoff, the cutoff will be reset to 'None'!
|
||||
<br>
|
||||
<br>
|
||||
<b>Important:</b> This operation may take multiple minutes to complete! Please make sure you keep this tab open and active!
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<span class="indicator x-indicator"><i class="icon-radarr-spinner fa-spin"></i></span>
|
||||
<button class="btn x-cancel-confirm" data-dismiss="modal">Cancel</button>
|
||||
<button class="btn btn-danger x-confirm-delete">Delete</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user