feat: change text

This commit is contained in:
shiweisong.ssw 2023-06-29 18:04:30 +08:00
parent 58be123fe6
commit 138095078b
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ const Documents = () => {
<tr key={row.id}> <tr key={row.id}>
<td>{row.doc_name}</td> <td>{row.doc_name}</td>
<td><Chip variant='soft' color='neutral'>{row.doc_type}</Chip></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>{moment(row.last_sync).format('YYYY-MM-DD HH:MM:SS')}</td>
<td> <td>
<Chip <Chip

View File

@ -129,7 +129,7 @@ const Index = () => {
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
<th>Provider</th> <th>Vector</th>
<th>Owner</th> <th>Owner</th>
</tr> </tr>
</thead> </thead>