mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
Re-add Neon dashboard link to manage DBs
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9482 GitOrigin-RevId: 58a739c0cce943f9922fe0e3d4251a8ac19ced63
This commit is contained in:
parent
db1b6cf424
commit
77786f2a6d
@ -19,6 +19,7 @@ import { getRoute } from '../../../../utils/getDataRoute';
|
|||||||
import { Collapsible } from '../../../../new-components/Collapsible';
|
import { Collapsible } from '../../../../new-components/Collapsible';
|
||||||
import { IconTooltip } from '../../../../new-components/Tooltip';
|
import { IconTooltip } from '../../../../new-components/Tooltip';
|
||||||
import { ListConnectedDatabases } from '../../../../features/ConnectDBRedesign';
|
import { ListConnectedDatabases } from '../../../../features/ConnectDBRedesign';
|
||||||
|
import { NeonDashboardLink } from '../DataSources/CreateDataSource/Neon/components/NeonDashboardLink';
|
||||||
|
|
||||||
type ManageDatabaseProps = InjectedProps;
|
type ManageDatabaseProps = InjectedProps;
|
||||||
|
|
||||||
@ -101,6 +102,8 @@ const ManageDatabase: React.FC<ManageDatabaseProps> = ({
|
|||||||
<ListConnectedDatabases />
|
<ListConnectedDatabases />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<NeonDashboardLink className="mt-lg" />
|
||||||
|
|
||||||
<hr className="my-md" />
|
<hr className="my-md" />
|
||||||
<div className="mt-4">
|
<div className="mt-4">
|
||||||
<Collapsible
|
<Collapsible
|
||||||
|
Loading…
Reference in New Issue
Block a user