Skip to content

Commit

Permalink
feat(Diagnostics): add tablets tab to all entities with tablets (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmufazalov authored Jun 10, 2024
1 parent e52639e commit e94d53a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/containers/Tenant/Diagnostics/DiagnosticsPages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const partitions = {
title: 'Partitions',
};

export const ASYNC_REPLICATION_PAGES = [overview, describe];
export const ASYNC_REPLICATION_PAGES = [overview, tablets, describe];

export const DATABASE_PAGES = [
overview,
Expand All @@ -88,8 +88,8 @@ export const COLUMN_TABLE_PAGES = [overview, schema, topShards, nodes, graph, ta

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

export const CDC_STREAM_PAGES = [overview, consumers, partitions, nodes, describe];
export const TOPIC_PAGES = [overview, consumers, partitions, nodes, describe];
export const CDC_STREAM_PAGES = [overview, consumers, partitions, nodes, tablets, describe];
export const TOPIC_PAGES = [overview, consumers, partitions, nodes, tablets, describe];

export const EXTERNAL_DATA_SOURCE_PAGES = [overview, describe];
export const EXTERNAL_TABLE_PAGES = [overview, describe];
Expand Down

0 comments on commit e94d53a

Please sign in to comment.