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:
commit
ab781678c1
1 changed files with 3 additions and 2 deletions
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue