chore: adjust the date range for usage

This commit is contained in:
jialin
2025-04-23 14:24:13 +08:00
parent 3c196abccb
commit 9bb7a125e3
3 changed files with 236 additions and 178 deletions
@@ -32,7 +32,7 @@ const LogsPagination: React.FC<LogsPaginationProps> = (props) => {
return (
<div className="pagination">
{page > 1 && (
{
<>
<Tooltip
title={intl.formatMessage({ id: 'models.logs.pagination.first' })}
@@ -64,7 +64,7 @@ const LogsPagination: React.FC<LogsPaginationProps> = (props) => {
</Button>
</Tooltip>
</>
)}
}
<span className="pages">
<span className="curr">{page}</span> /{' '}
<span className="total">{total}</span>