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 <73027756+huyaboo@users.noreply.github.com>

* Refactor dropdown to use OuiPopoverTitle

Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>

* Update snapshots

Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>

* Refactor titleComponent

Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>

* Update snapshots

Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>

---------

Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
  • Loading branch information
huyaboo authored Apr 19, 2024
1 parent 35fe82d commit e34ca2b
Show file tree
Hide file tree
Showing 10 changed files with 696 additions and 836 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 e34ca2b

Please sign in to comment.