mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
show rejection reasons in a tool tip instead of plaint text in the grid.
This commit is contained in:
@@ -5,7 +5,7 @@ define(
|
||||
'backgrid',
|
||||
'Cells/FileSizeCell',
|
||||
'Cells/QualityCell',
|
||||
'Release/ApprovalStatusCell',
|
||||
'Cells/ApprovalStatusCell',
|
||||
'Release/DownloadReportCell'
|
||||
|
||||
], function (Marionette, Backgrid, FileSizeCell, QualityCell, ApprovalStatusCell, DownloadReportCell) {
|
||||
@@ -46,7 +46,7 @@ define(
|
||||
|
||||
{
|
||||
name : 'rejections',
|
||||
label: 'decision',
|
||||
label: '',
|
||||
cell : ApprovalStatusCell
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user