-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added fix for loading spinner issue for other database (#189)
* added fix for loading spinner issue Signed-off-by: sumukhswamy <[email protected]> * fix oui scroll issue Signed-off-by: Shenoy Pratik <[email protected]> * added button next to the table for query to be added Signed-off-by: sumukhswamy <[email protected]> * icon changed for wuery loader Signed-off-by: sumukhswamy <[email protected]> --------- Signed-off-by: sumukhswamy <[email protected]> Signed-off-by: Shenoy Pratik <[email protected]> Co-authored-by: Shenoy Pratik <[email protected]> (cherry picked from commit 5a956ba) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f4cbf52
commit d6506ad
Showing
6 changed files
with
172 additions
and
177 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* | ||
* Copyright OpenSearch Contributors | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
.workbench-tree { | ||
.euiTreeView__node--expanded { | ||
max-height: none !important; // Fixes OUI issue: https://github.com/opensearch-project/oui/issues/1118 | ||
} | ||
} |
Oops, something went wrong.