We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd4a1e commit 4fe1a24Copy full SHA for 4fe1a24
src/containers/Tenant/Diagnostics/DiagnosticsPages.ts
@@ -90,7 +90,7 @@ export const DATABASE_PAGES = [
90
];
91
92
export const TABLE_PAGES = [overview, schema, topShards, nodes, graph, tablets, hotKeys, describe];
93
-export const COLUMN_TABLE_PAGES = [overview, schema, topShards, nodes, graph, tablets, describe];
+export const COLUMN_TABLE_PAGES = [overview, schema, topShards, nodes, tablets, describe];
94
95
export const DIR_PAGES = [overview, topShards, nodes, describe];
96
0 commit comments