mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Fixed: Remove from pending
This commit is contained in:
@@ -24,7 +24,7 @@ define(
|
|||||||
},
|
},
|
||||||
|
|
||||||
removeItem: function () {
|
removeItem: function () {
|
||||||
var blacklist = this.ui.blacklist.prop('checked');
|
var blacklist = this.ui.blacklist.prop('checked') || false;
|
||||||
|
|
||||||
this.ui.indicator.show();
|
this.ui.indicator.show();
|
||||||
|
|
||||||
|
@@ -8,6 +8,10 @@
|
|||||||
text-align : center;
|
text-align : center;
|
||||||
width : 80px;
|
width : 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.episode-number-cell {
|
||||||
|
min-width : 90px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.remove-from-queue-modal {
|
.remove-from-queue-modal {
|
||||||
|
@@ -156,7 +156,8 @@ td.episode-status-cell, td.quality-cell, td.history-quality-cell, td.progress-ce
|
|||||||
}
|
}
|
||||||
|
|
||||||
.queue-actions-cell {
|
.queue-actions-cell {
|
||||||
width : 70px;
|
min-width : 55px;
|
||||||
|
width : 55px;
|
||||||
text-align : right !important;
|
text-align : right !important;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
|
Reference in New Issue
Block a user