mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
bugfix (console): fix alignment issue in manage database section
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8072 GitOrigin-RevId: 32c1d47c044c110d47c56a2e31cc6423eb8e9f8e
This commit is contained in:
parent
a5e4141eef
commit
983a08d296
@ -501,9 +501,6 @@ const ManageDatabase: React.FC<ManageDatabaseProps> = ({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mt-lg">
|
|
||||||
<ManageAgents />
|
|
||||||
</div>
|
|
||||||
{showCheckLatencyButton ? (
|
{showCheckLatencyButton ? (
|
||||||
<Button
|
<Button
|
||||||
size="md"
|
size="md"
|
||||||
@ -588,6 +585,10 @@ const ManageDatabase: React.FC<ManageDatabaseProps> = ({
|
|||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
<NeonDashboardLink className="mt-lg" />
|
<NeonDashboardLink className="mt-lg" />
|
||||||
|
|
||||||
|
<div className="mt-lg">
|
||||||
|
<ManageAgents />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Analytics>
|
</Analytics>
|
||||||
</RightContainer>
|
</RightContainer>
|
||||||
|
Loading…
Reference in New Issue
Block a user