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

Merge pull request #5658 from thornbill/activity-table-widths

Update activity table column widths
This commit is contained in:
Bill Thornton 2024-06-04 16:14:44 -04:00 committed by GitHub
commit ab781678c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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