From 9fb3abefdb0befb4d5e089f26fd8dc72cffb0117 Mon Sep 17 00:00:00 2001 From: Timo Hoppenheidt Date: Wed, 26 Jul 2023 09:21:44 +0200 Subject: [PATCH] fixed position of myC plugin checkmark Squash commits of branch bug/39946_plugin_checkmark: - fixed position of myC plugin checkmark - Merge remote-tracking branch 'origin/develop' into bug/39946_plugin_checkmark - add changelog entry - Cleanup Committed-by: Eduard Heimbuch Co-authored-by: Eduard Heimbuch Co-authored-by: thoppenheidt --- gradle/changelog/plugin_checkmark.yaml | 2 ++ .../ui-webapp/src/admin/plugins/containers/PluginsOverview.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 gradle/changelog/plugin_checkmark.yaml diff --git a/gradle/changelog/plugin_checkmark.yaml b/gradle/changelog/plugin_checkmark.yaml new file mode 100644 index 0000000000..9dccb31e04 --- /dev/null +++ b/gradle/changelog/plugin_checkmark.yaml @@ -0,0 +1,2 @@ +- type: fixed + description: Position of the cloudogu platform plugin connection checkmark diff --git a/scm-ui/ui-webapp/src/admin/plugins/containers/PluginsOverview.tsx b/scm-ui/ui-webapp/src/admin/plugins/containers/PluginsOverview.tsx index 0155177352..10715fa3ff 100644 --- a/scm-ui/ui-webapp/src/admin/plugins/containers/PluginsOverview.tsx +++ b/scm-ui/ui-webapp/src/admin/plugins/containers/PluginsOverview.tsx @@ -99,7 +99,7 @@ const PluginsOverview: FC = ({ installed }) => {
- + <Title className="is-flex"> {t("plugins.title")} <PluginCenterAuthInfo {...pluginCenterAuthInfo} />