From 7d057c58cf878ba8a92dc7eceae9e9f02f56ec61 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 4 Jun 2024 16:04:59 -0400 Subject: [PATCH] Update activity table column widths --- src/apps/dashboard/routes/activity.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/apps/dashboard/routes/activity.tsx b/src/apps/dashboard/routes/activity.tsx index fa3a9135bd..b5460a18c0 100644 --- a/src/apps/dashboard/routes/activity.tsx +++ b/src/apps/dashboard/routes/activity.tsx @@ -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 = [];