opensearch-project / dashboards-maps

:globe_with_meridians: User interface for the backend geospatial plugin which can be integrated with OpenSearch Dashboards and a home for all other map related features.
https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/#custom-vector-maps-with-geojson
Apache License 2.0
17 stars 46 forks source link

Conditionally use full width for Maps listing page table #655

Closed junqiu-lei closed 2 months ago

junqiu-lei commented 2 months ago

Description

Since https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7691 merged(thanks @AMoo-Miki), this PR allows conditionally use full width for Maps listing page table when new home page UI is enabled.

Screenshot

When new home page UI is NOT enabled(default)

Screenshot 2024-08-14 at 11 20 52 AM

When new home page UI is enabled

Screenshot 2024-08-14 at 11 22 35 AM

Issues Resolved

Part of #649

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.