-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: remove link to stmt details when already on the page
Previously, the insights on statement details for index recommendation had a link for the statement details page, which was not doing anything since the user was already on the page. If they refresh using the link it was showing wrong aggregation. This commit removes the link when the insights is on the statement page already, but keeps the link when the insight is on the schema insights page. Fixes #87752 Release note (ui change): Removal of the link on insights pointing to Statement Details page when it was already on the Statement Details page.
- Loading branch information
Showing
3 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,7 @@ | |
flex: 0 0 auto; | ||
padding: 12px 24px 12px 0px; | ||
} | ||
|
||
.inline { | ||
display: inline-flex; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters