File tree Expand file tree Collapse file tree
frontend/src/Manage/Download Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -413,6 +413,27 @@ export const Download = () => {
413413 />
414414 ) ) }
415415 </ Box >
416+ < Box
417+ sx = { {
418+ display : 'flex' ,
419+ justifyContent : 'center' ,
420+ borderRadius : 1 ,
421+ boxShadow : 1 ,
422+ padding : 1 ,
423+ marginTop : 2 ,
424+ backgroundColor : 'background.paper' ,
425+ maxWidth : { sm : '1000px' } ,
426+ mx : 'auto' ,
427+ } }
428+ >
429+ < Pagination
430+ count = { searchResults . meta . totalPages }
431+ onChange = { submitPageChange }
432+ disabled = { isLoading }
433+ hideNextButton
434+ hidePrevButton
435+ />
436+ </ Box >
416437 </ >
417438 ) }
418439 </ Box >
Original file line number Diff line number Diff line change 11[project ]
22name = " CDMServer"
3- version = " 2.10.2 "
3+ version = " 2.11.0 "
44description = " A short description of your project"
55authors = [{name = " Aron Radics" , email = " radics.aron.jozsef@gmail.com" }]
66requires-python = " >=3.13"
You can’t perform that action at this time.
0 commit comments