Skip to content

Commit e94d53a

Browse files
feat(Diagnostics): add tablets tab to all entities with tablets (#892)
1 parent e52639e commit e94d53a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/containers/Tenant/Diagnostics/DiagnosticsPages.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const partitions = {
7070
title: 'Partitions',
7171
};
7272

73-
export const ASYNC_REPLICATION_PAGES = [overview, describe];
73+
export const ASYNC_REPLICATION_PAGES = [overview, tablets, describe];
7474

7575
export const DATABASE_PAGES = [
7676
overview,
@@ -88,8 +88,8 @@ export const COLUMN_TABLE_PAGES = [overview, schema, topShards, nodes, graph, ta
8888

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

91-
export const CDC_STREAM_PAGES = [overview, consumers, partitions, nodes, describe];
92-
export const TOPIC_PAGES = [overview, consumers, partitions, nodes, describe];
91+
export const CDC_STREAM_PAGES = [overview, consumers, partitions, nodes, tablets, describe];
92+
export const TOPIC_PAGES = [overview, consumers, partitions, nodes, tablets, describe];
9393

9494
export const EXTERNAL_DATA_SOURCE_PAGES = [overview, describe];
9595
export const EXTERNAL_TABLE_PAGES = [overview, describe];

0 commit comments

Comments
 (0)