mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Add Size column to Activity: Queue (#1116)
* New: Add Size column to Activity: Queue (cherry picked from commit 43cd1032487743c72fe0503a293343b8811def4d) * fixup! Lint Co-authored-by: Nathaniel Peiffer <nathaniel@peiffer.com.au> Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
@@ -111,6 +111,12 @@ export const defaultState = {
|
||||
isSortable: true,
|
||||
isVisible: false
|
||||
},
|
||||
{
|
||||
name: 'size',
|
||||
label: 'Size',
|
||||
isSortable: true,
|
||||
isVisibile: false
|
||||
},
|
||||
{
|
||||
name: 'outputPath',
|
||||
label: translate('OutputPath'),
|
||||
|
||||
Reference in New Issue
Block a user