mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-22 18:20:06 +00:00
feat: change text
This commit is contained in:
parent
58be123fe6
commit
138095078b
@ -139,7 +139,7 @@ const Documents = () => {
|
||||
<tr key={row.id}>
|
||||
<td>{row.doc_name}</td>
|
||||
<td><Chip variant='soft' color='neutral'>{row.doc_type}</Chip></td>
|
||||
<td>{row.chunk_size}</td>
|
||||
<td>{row.chunk_size} chunks</td>
|
||||
<td>{moment(row.last_sync).format('YYYY-MM-DD HH:MM:SS')}</td>
|
||||
<td>
|
||||
<Chip
|
||||
|
@ -129,7 +129,7 @@ const Index = () => {
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Provider</th>
|
||||
<th>Vector</th>
|
||||
<th>Owner</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
Reference in New Issue
Block a user