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:
parent
fae81839ec
commit
a24eb4533d
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