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 <eduard.heimbuch@cloudogu.com>
Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
Co-authored-by: thoppenheidt <timo.hoppenheidt@cloudogu.com>
This commit is contained in:
Timo Hoppenheidt
2023-07-26 09:21:44 +02:00
parent b85a11b5a6
commit 9fb3abefdb
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Position of the cloudogu platform plugin connection checkmark

View File

@@ -99,7 +99,7 @@ const PluginsOverview: FC<Props> = ({ installed }) => {
<StickyHeader className="has-background-secondary-least ">
<div className="is-flex is-justify-content-space-between is-align-items-baseline">
<div>
<Title>
<Title className="is-flex">
{t("plugins.title")} <PluginCenterAuthInfo {...pluginCenterAuthInfo} />
</Title>
<Subtitle subtitle={installed ? t("plugins.installedSubtitle") : t("plugins.availableSubtitle")} />