Skip to content

Commit

Permalink
[MDS] Refactor dropdown header + Aggregate view UI (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#6541)

* Refactor dropdown header + aggregate view UI

Signed-off-by: Huy Nguyen <[email protected]>

* Refactor dropdown to use OuiPopoverTitle

Signed-off-by: Huy Nguyen <[email protected]>

* Update snapshots

Signed-off-by: Huy Nguyen <[email protected]>

* Refactor titleComponent

Signed-off-by: Huy Nguyen <[email protected]>

* Update snapshots

Signed-off-by: Huy Nguyen <[email protected]>

---------

Signed-off-by: Huy Nguyen <[email protected]>
(cherry picked from commit e34ca2b)
  • Loading branch information
huyaboo committed Apr 19, 2024
1 parent 5a366e6 commit 819b774
Show file tree
Hide file tree
Showing 10 changed files with 855 additions and 1,026 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ export const DataSourceListActiveExample = ({
notifications,
displayAllCompatibleDataSources: false,
// To see selected options, obtain the datasource id and paste it here. Note that this needs to be defined when displayAllCompatibleDataSources is false
activeDataSourceIds: [],
uiSettings,
activeDataSourceIds: [''],
}}
/>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export const DataSourceListAllExample = ({
savedObjects: savedObjects.client,
notifications,
displayAllCompatibleDataSources: true,
uiSettings,
}}
/>
)}
Expand Down
Loading

0 comments on commit 819b774

Please sign in to comment.