mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Remove from pending
This commit is contained in:
parent
428a1439e5
commit
66a9cddf01
@ -24,7 +24,7 @@ define(
|
||||
},
|
||||
|
||||
removeItem: function () {
|
||||
var blacklist = this.ui.blacklist.prop('checked');
|
||||
var blacklist = this.ui.blacklist.prop('checked') || false;
|
||||
|
||||
this.ui.indicator.show();
|
||||
|
||||
|
@ -6,7 +6,11 @@
|
||||
.queue {
|
||||
.protocol-cell {
|
||||
text-align : center;
|
||||
width : 80px;
|
||||
width : 80px;
|
||||
}
|
||||
|
||||
.episode-number-cell {
|
||||
min-width : 90px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -156,7 +156,8 @@ td.episode-status-cell, td.quality-cell, td.history-quality-cell, td.progress-ce
|
||||
}
|
||||
|
||||
.queue-actions-cell {
|
||||
width : 70px;
|
||||
min-width : 55px;
|
||||
width : 55px;
|
||||
text-align : right !important;
|
||||
|
||||
i {
|
||||
|
Loading…
Reference in New Issue
Block a user