mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
show rejection reasons in a tool tip instead of plaint text in the grid.
This commit is contained in:
parent
31d472a0a0
commit
ef4ad53277
8 changed files with 76 additions and 40 deletions
|
@ -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
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue