elastic/kibana

Snapshot and Restore Status UI does not show full index name

Open

#108,012 创建于 2021年8月10日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)TypeScript (19,065 star) (8,021 fork)batch import
Feature:Snapshot and RestoreTeam:Kibana Managementbuggood first issue

描述

Kibana version: 7.13.2

Elasticsearch version: 7.13.2

Server OS version: N/A

Browser version: Firefox 90.0

Browser OS version: Arch Linux

Original install method (e.g. download page, yum, from source, etc.): Elastic Cloud

Describe the bug: It is not possible to read the index name for the current index being restored if it is too long. Hovering over the index doesn't reveal the name either and the only way to find out is to inspect the element.

Steps to reproduce:

  1. Restore an index more than 27 characters long
  2. View the Restore Status page in the Snapshot and Restore app

Expected behavior:

  • Table is responsive and uses all of the leftover space to display the index name
  • Mouse hovering over the index shows the full name in case it still doesn't fit.

Screenshots (if relevant):

image

贡献者指南