File tree Expand file tree Collapse file tree 7 files changed +3
-3
lines changed
pkg/ui/workspaces/cluster-ui/src
pages/databases/views/databaseDetails Expand file tree Collapse file tree 7 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export * from "./contexts";
5050export * from "./timestamp" ;
5151export * from "./antdTheme" ;
5252export * from "./pages/databases" ;
53- export * from "./databaseDetailsV2 " ;
53+ export * from "./pages/databases/views/databaseDetails " ;
5454export * from "./tableDetailsV2" ;
5555// Reexport ConfigProvider instance from cluster-ui as exact instance
5656// required in Db Console to apply Antd theme in Db Console.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ import { useRouteParams } from "src/hooks/useRouteParams";
1313import { PageLayout } from "src/layouts" ;
1414import { PageHeader } from "src/sharedFromCloud/pageHeader" ;
1515import { queryByName , tabAttr } from "src/util" ;
16-
17- import { DB_PAGE_PATH } from "../util/routes" ;
16+ import { DB_PAGE_PATH } from "src/util/routes" ;
1817
1918import { DbGrantsView } from "./dbGrantsView" ;
2019import { TablesPageV2 } from "./tablesView" ;
@@ -23,6 +22,7 @@ enum TabKeys {
2322 TABLES = "tables" ,
2423 GRANTS = "grants" ,
2524}
25+
2626export const DatabaseDetailsPageV2 = ( ) => {
2727 const { dbID : dbIdRouteParam } = useRouteParams ( ) ;
2828 const dbId = parseInt ( dbIdRouteParam , 10 ) ;
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments