mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
chore(ui): add qeId to paginate dropdown menus (#25929)
Signed-off-by: choejwoo <jaewoo45@gmail.com>
This commit is contained in:
@@ -52,6 +52,7 @@ export function Paginate<T>({page, onPageChange, children, data, emptyState, pre
|
||||
<div className='paginate__size-menu'>
|
||||
{sortOptions && (
|
||||
<DropDownMenu
|
||||
qeId={`paginate-sort-${preferencesKey}`}
|
||||
anchor={() => (
|
||||
<>
|
||||
<a>
|
||||
@@ -74,6 +75,7 @@ export function Paginate<T>({page, onPageChange, children, data, emptyState, pre
|
||||
/>
|
||||
)}
|
||||
<DropDownMenu
|
||||
qeId={`paginate-items-per-page-${preferencesKey}`}
|
||||
anchor={() => (
|
||||
<a>
|
||||
Items per page: {pageSize === -1 ? 'all' : pageSize} <i className='fa fa-caret-down' />
|
||||
|
||||
Reference in New Issue
Block a user