mirror of https://github.com/Radarr/Radarr
Don't show queue actions buttons until API side fixes are in
This commit is contained in:
parent
3907e2b168
commit
698093cbb9
|
@ -77,12 +77,12 @@ define(
|
|||
cell : ProgressCell,
|
||||
cellValue : 'this'
|
||||
},
|
||||
{
|
||||
name : 'status',
|
||||
label : '',
|
||||
cell : QueueActionsCell,
|
||||
cellValue : 'this'
|
||||
}
|
||||
//{
|
||||
// name : 'status',
|
||||
// label : '',
|
||||
// cell : QueueActionsCell,
|
||||
// cellValue : 'this'
|
||||
//}
|
||||
],
|
||||
|
||||
initialize: function () {
|
||||
|
|
Loading…
Reference in New Issue