mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-18 16:27:31 +00:00
Merge remote-tracking branch 'origin/new-page-framework' into llm_framework
This commit is contained in:
commit
f8f5434c68
@ -22,6 +22,7 @@ import {
|
||||
import moment from 'moment'
|
||||
import { InboxOutlined } from '@ant-design/icons'
|
||||
import CheckCircleOutlinedIcon from '@mui/icons-material/CheckCircleOutlined';
|
||||
import CachedIcon from '@mui/icons-material/Cached';
|
||||
import type { UploadProps } from 'antd'
|
||||
import { Upload, Pagination, Popover, message } from 'antd'
|
||||
import { fetchBaseURL } from '@/app/datastores/constants'
|
||||
@ -264,7 +265,7 @@ const Documents = () => {
|
||||
}
|
||||
}}
|
||||
>
|
||||
Synch
|
||||
Synch<CachedIcon />
|
||||
</Button>
|
||||
<Button
|
||||
variant="outlined"
|
||||
@ -275,7 +276,7 @@ const Documents = () => {
|
||||
)
|
||||
}}
|
||||
>
|
||||
Detail of Chunks
|
||||
Details
|
||||
</Button>
|
||||
</>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user