Skip to content

Commit 4fe1a24

Browse files
fix(Diagnostics): hide graph for column tables (#1356)
1 parent acd4a1e commit 4fe1a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Diagnostics/DiagnosticsPages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const DATABASE_PAGES = [
9090
];
9191

9292
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];
93+
export const COLUMN_TABLE_PAGES = [overview, schema, topShards, nodes, tablets, describe];
9494

9595
export const DIR_PAGES = [overview, topShards, nodes, describe];
9696

0 commit comments

Comments
 (0)