mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PublicDashboards: HorizontalGroup removal (#98697)
This commit is contained in:
parent
c241ac57d8
commit
37b7776b21
@ -8,7 +8,6 @@ import { config, reportInteraction } from '@grafana/runtime';
|
||||
import {
|
||||
Card,
|
||||
EmptyState,
|
||||
HorizontalGroup,
|
||||
LinkButton,
|
||||
Pagination,
|
||||
Spinner,
|
||||
@ -191,14 +190,12 @@ export const PublicDashboardListTable = () => {
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
<HorizontalGroup justify="flex-end">
|
||||
<Pagination
|
||||
onNavigate={setPage}
|
||||
currentPage={paginatedPublicDashboards.page}
|
||||
numberOfPages={paginatedPublicDashboards.totalPages}
|
||||
hideWhenSinglePage
|
||||
/>
|
||||
</HorizontalGroup>
|
||||
<Pagination
|
||||
onNavigate={setPage}
|
||||
currentPage={paginatedPublicDashboards.page}
|
||||
numberOfPages={paginatedPublicDashboards.totalPages}
|
||||
hideWhenSinglePage
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user