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 {
1111 path ?: string ;
1212 database ?: string ;
1313 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+ */
1418 onlyActive ?: boolean ;
1519}
1620
Original file line number Diff line number Diff line change @@ -316,6 +316,10 @@ export class ViewerAPI extends BaseYdbAPI {
316316 enums : true ,
317317 merge : false ,
318318 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+ */
319323 filter : `(TabletId=${ id } ;State!=Dead)` ,
320324 } ,
321325 {
You can’t perform that action at this time.
0 commit comments