ui: Remove Statements tab from Table details page #47089
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves: #47079
Initially it was supposed to show Statements tab on Table
details page to show all statements which belong to
particular table. Due to existing limitations (Admin UI
API doesn't provide enough information about statements
to distinguish which statements are relevant to particular
table.
That's why to avoid misleading or incomplete data representation
it is was decided to remove this tab.
Now, Table details page has only two tabs, and Statements tab
is removed.
Release note (admin ui change): Statements tab is removed from
Databases > Table Details page
Release justification: bug fixes and low-risk updates to new functionality
Before:

After:
