1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Backport pull request #5658 from jellyfin-web/release-10.9.z

Update activity table column widths

Original-merge: ab781678c1

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
thornbill 2024-06-05 17:03:49 -04:00 committed by Joshua M. Boniface
parent fae81839ec
commit a24eb4533d

View file

@ -107,7 +107,7 @@ const Activity = () => {
{ {
field: 'Name', field: 'Name',
headerName: globalize.translate('LabelName'), headerName: globalize.translate('LabelName'),
width: 200 width: 300
}, },
{ {
field: 'Overview', field: 'Overview',
@ -121,11 +121,12 @@ const Activity = () => {
{ {
field: 'Type', field: 'Type',
headerName: globalize.translate('LabelType'), headerName: globalize.translate('LabelType'),
width: 120 width: 180
}, },
{ {
field: 'actions', field: 'actions',
type: 'actions', type: 'actions',
width: 50,
getActions: ({ row }) => { getActions: ({ row }) => {
const actions = []; const actions = [];