New: Add Size column to Activity: Queue (#2310)

* New: Add Size column to Activity: Queue

(cherry picked from commit 43cd1032487743c72fe0503a293343b8811def4d)

* !fixup

Co-authored-by: Nathaniel Peiffer <nathaniel@peiffer.com.au>
Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
servarr[bot] 2021-07-08 12:43:58 -04:00 committed by GitHub
parent f001ef0cd0
commit dd0353ee44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -110,6 +110,12 @@ export const defaultState = {
isSortable: true,
isVisible: false
},
{
name: 'size',
label: 'Size',
isSortable: true,
isVisibile: false
},
{
name: 'outputPath',
label: 'Output Path',