diff --git a/src/containers/Tenant/Diagnostics/DiagnosticsPages.ts b/src/containers/Tenant/Diagnostics/DiagnosticsPages.ts index 34ebe3ff4..e5f6ed94c 100644 --- a/src/containers/Tenant/Diagnostics/DiagnosticsPages.ts +++ b/src/containers/Tenant/Diagnostics/DiagnosticsPages.ts @@ -90,7 +90,7 @@ export const DATABASE_PAGES = [ ]; export const TABLE_PAGES = [overview, schema, topShards, nodes, graph, tablets, hotKeys, describe]; -export const COLUMN_TABLE_PAGES = [overview, schema, topShards, nodes, graph, tablets, describe]; +export const COLUMN_TABLE_PAGES = [overview, schema, topShards, nodes, tablets, describe]; export const DIR_PAGES = [overview, topShards, nodes, describe];