File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ interface TabletsProps {
11
11
path ?: string ;
12
12
database ?: string ;
13
13
nodeId ?: string | number ;
14
+ /**
15
+ * Show/hide dead tablets: shown in pages needing complete statistics,
16
+ * hidden in pages that already display multiple tablet generations to reduce visual noise.
17
+ */
14
18
onlyActive ?: boolean ;
15
19
}
16
20
Original file line number Diff line number Diff line change @@ -316,6 +316,10 @@ export class ViewerAPI extends BaseYdbAPI {
316
316
enums : true ,
317
317
merge : false ,
318
318
database,
319
+ /**
320
+ * Show/hide dead tablets: shown in pages needing complete statistics,
321
+ * hidden in pages that already display multiple tablet generations to reduce visual noise.
322
+ */
319
323
filter : `(TabletId=${ id } ;State!=Dead)` ,
320
324
} ,
321
325
{
You can’t perform that action at this time.
0 commit comments