Sergey Soldatov created HBASE-26463:
---------------------------------------
Summary: Unreadable table names after HBASE-24605
Key: HBASE-26463
URL: https://issues.apache.org/jira/browse/HBASE-26463
Project: HBase
Issue Type: Bug
Components: UI
Affects Versions: 3.0.0-alpha-1
Reporter: Sergey Soldatov
Assignee: Sergey Soldatov
Attachments: After.png, Before.png
During the fix HBASE-24605 (Break long region names in the web UI) the 'word
break' rule was applied to the 'table-striped' style, so literally, all tables
in Master Web UI were affected. The most noticeable is the 'User Tables' when
table names, as well as descriptions, and even State are wrapped in a very ugly
way.
We have two options here:
1. Fix the user tables only as it was done previously for the procedures table
2. Apply 'word break' to those tables that require that.
Since most of the users are comfortable with the current UI we may go through
the first way, so the changes would affect only the User table.
Sample screenshots before and after are attached.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)