Skip to content

Commit d583e13

Browse files
committed
cluster-ui: move /tableDetailsV2 to /pages/databases/views
Moves the table details page components to live under the databases page. Epic: none Release note: None
1 parent d4c70f2 commit d583e13

File tree

6 files changed

+2
-3
lines changed

6 files changed

+2
-3
lines changed

pkg/ui/workspaces/cluster-ui/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ export * from "./selectors";
4949
export * from "./contexts";
5050
export * from "./timestamp";
5151
export * from "./antdTheme";
52-
export * from "./pages/databases";
53-
export * from "./pages/databases/views/databaseDetails";
54-
export * from "./tableDetailsV2";
52+
export * from "./pages";
5553
// Reexport ConfigProvider instance from cluster-ui as exact instance
5654
// required in Db Console to apply Antd theme in Db Console.
5755
// TODO (koorosh): is it possible to define antd pacakge as peerDependency
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./databases";

0 commit comments

Comments
 (0)