mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-08 16:42:10 +01:00
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:
2
gradle/changelog/plugin_checkmark.yaml
Normal file
2
gradle/changelog/plugin_checkmark.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: fixed
|
||||
description: Position of the cloudogu platform plugin connection checkmark
|
||||
@@ -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")} />
|
||||
|
||||
Reference in New Issue
Block a user