diff --git a/web/app/components/plugins/plugin-page/plugin-tasks/components/error-plugin-item.tsx b/web/app/components/plugins/plugin-page/plugin-tasks/components/error-plugin-item.tsx index 83fc9995dce..ae332604963 100644 --- a/web/app/components/plugins/plugin-page/plugin-tasks/components/error-plugin-item.tsx +++ b/web/app/components/plugins/plugin-page/plugin-tasks/components/error-plugin-item.tsx @@ -111,7 +111,7 @@ const ErrorPluginItem: FC = ({ plugin, getIconUrl, languag )} statusText={( - + {plugin.message || errorMsg} )} diff --git a/web/app/components/plugins/plugin-page/plugin-tasks/components/plugin-item.tsx b/web/app/components/plugins/plugin-page/plugin-tasks/components/plugin-item.tsx index 54dd0310d88..a750be51b66 100644 --- a/web/app/components/plugins/plugin-page/plugin-tasks/components/plugin-item.tsx +++ b/web/app/components/plugins/plugin-page/plugin-tasks/components/plugin-item.tsx @@ -29,7 +29,7 @@ const PluginItem: FC = ({ const pluginName = plugin.labels[language] || plugin.plugin_unique_identifier return ( -
+
{hasPluginIcon ? ( @@ -44,11 +44,11 @@ const PluginItem: FC = ({ {statusIcon}
-
+
{plugin.labels[language]}
-
+
{statusText}
{action} diff --git a/web/app/components/plugins/plugin-page/plugin-tasks/components/plugin-task-list.tsx b/web/app/components/plugins/plugin-page/plugin-tasks/components/plugin-task-list.tsx index 11593236927..76e7774c3ab 100644 --- a/web/app/components/plugins/plugin-page/plugin-tasks/components/plugin-task-list.tsx +++ b/web/app/components/plugins/plugin-page/plugin-tasks/components/plugin-task-list.tsx @@ -33,15 +33,15 @@ function PluginTaskList({ return (
{runningPlugins.length > 0 && ( @@ -103,13 +103,10 @@ function PluginTaskList({ {t('task.clearAll', { ns: 'plugin' })}
- {errorPlugins.map(plugin => ( onClearSingle(plugin.taskId, plugin.plugin_unique_identifier)} /> ))} - +
)}