feat: log search field request_id

This commit is contained in:
Seefs
2026-02-04 02:12:18 +08:00
parent 163bcb4c01
commit 3570bc2d83
4 changed files with 37 additions and 8 deletions

View File

@@ -93,6 +93,15 @@ const LogsFilters = ({
size='small'
/>
<Form.Input
field='request_id'
prefix={<IconSearch />}
placeholder={t('Request ID')}
showClear
pure
size='small'
/>
{isAdminUser && (
<>
<Form.Input