mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Add warning to remove from queue dialog
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
.message {
|
.messageRemove {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
color: $dangerColor;
|
||||||
}
|
}
|
||||||
|
@@ -69,10 +69,14 @@ class RemoveQueueItemModal extends Component {
|
|||||||
</ModalHeader>
|
</ModalHeader>
|
||||||
|
|
||||||
<ModalBody>
|
<ModalBody>
|
||||||
<div className={styles.message}>
|
<div>
|
||||||
Are you sure you want to remove '{sourceTitle}' from the queue?
|
Are you sure you want to remove '{sourceTitle}' from the queue?
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className={styles.messageRemove}>
|
||||||
|
Removing will remove the download and the file(s) from the download client.
|
||||||
|
</div>
|
||||||
|
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
<FormLabel>Blacklist Release</FormLabel>
|
<FormLabel>Blacklist Release</FormLabel>
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
|
Reference in New Issue
Block a user