mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-15 15:03:45 +00:00
Merge remote-tracking branch 'origin/new-page-framework' into llm_framework
This commit is contained in:
commit
6309570a40
@ -78,7 +78,9 @@ const ChunkList = () => {
|
|||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
</Table>
|
</Table>
|
||||||
<Stack direction="row" justifyContent="flex-end">
|
<Stack direction="row" justifyContent="flex-end" sx={{
|
||||||
|
marginTop: '20px'
|
||||||
|
}}>
|
||||||
<Pagination
|
<Pagination
|
||||||
defaultPageSize={20}
|
defaultPageSize={20}
|
||||||
showSizeChanger={false}
|
showSizeChanger={false}
|
||||||
|
@ -206,7 +206,9 @@ const Documents = () => {
|
|||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
</Table>
|
</Table>
|
||||||
<Stack direction="row" justifyContent="flex-end">
|
<Stack direction="row" justifyContent="flex-end" sx={{
|
||||||
|
marginTop: '20px'
|
||||||
|
}}>
|
||||||
<Pagination
|
<Pagination
|
||||||
defaultPageSize={20}
|
defaultPageSize={20}
|
||||||
showSizeChanger={false}
|
showSizeChanger={false}
|
||||||
|
Loading…
Reference in New Issue
Block a user