diff --git a/src/renderer/src/pages/settings/AgentSettings/components/InstalledPluginsList.tsx b/src/renderer/src/pages/settings/AgentSettings/components/InstalledPluginsList.tsx index 3b535ba0cc..ce1e35dcbe 100644 --- a/src/renderer/src/pages/settings/AgentSettings/components/InstalledPluginsList.tsx +++ b/src/renderer/src/pages/settings/AgentSettings/components/InstalledPluginsList.tsx @@ -69,12 +69,14 @@ export const InstalledPluginsList: FC = ({ plugins, o title: t('plugins.type'), dataIndex: 'type', key: 'type', + align: 'center', render: (type: string) => {type} }, { title: t('plugins.category'), dataIndex: 'category', key: 'category', + align: 'center', render: (_: any, plugin: InstalledPlugin) => ( } @@ -91,7 +93,7 @@ export const InstalledPluginsList: FC = ({ plugins, o { title: t('plugins.actions'), key: 'actions', - align: 'right' as const, + align: 'center', render: (_: any, plugin: InstalledPlugin) => (