ydb-embedded-ui icon indicating copy to clipboard operation
ydb-embedded-ui copied to clipboard

[tablets tab] display tablets as table

Open antonkovalenko opened this issue 1 year ago • 2 comments

  1. remove filters
  2. display tablets of selected schema object as table
  3. tabletid leads to tablet page. Tablet id is a link
  4. Actions: restart. Don't add other buttons.

Image

antonkovalenko avatar May 23 '24 12:05 antonkovalenko

Tablet states to colors are here: https://github.com/ydb-platform/ydb-embedded-ui/blob/main/src/utils/tablet.ts

artemmufazalov avatar May 23 '24 12:05 artemmufazalov

There is a restart control on Tablet page: https://github.com/ydb-platform/ydb-embedded-ui/blob/main/src/containers/Tablet/TabletControls/TabletControls.tsx

artemmufazalov avatar May 23 '24 13:05 artemmufazalov