mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-25 06:47:09 -04:00
Add warning to remove from queue dialog
This commit is contained in:
parent
ff8fc237e2
commit
0a92a3012e
3 changed files with 10 additions and 5 deletions
|
@ -69,10 +69,14 @@ class RemoveQueueItemModal extends Component {
|
|||
</ModalHeader>
|
||||
|
||||
<ModalBody>
|
||||
<div className={styles.message}>
|
||||
<div>
|
||||
Are you sure you want to remove '{sourceTitle}' from the queue?
|
||||
</div>
|
||||
|
||||
<div className={styles.messageRemove}>
|
||||
Removing will remove the download and the file(s) from the download client.
|
||||
</div>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>Blacklist Release</FormLabel>
|
||||
<FormInputGroup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue