Commit e4144d60 by CaIon

feat: update API proxy target and adjust component sizes in usage logs

parent 63f4595e
...@@ -102,7 +102,7 @@ const LogsTable = (logsData) => { ...@@ -102,7 +102,7 @@ const LogsTable = (logsData) => {
loading={loading} loading={loading}
scroll={compactMode ? undefined : { x: 'max-content' }} scroll={compactMode ? undefined : { x: 'max-content' }}
className='rounded-xl overflow-hidden' className='rounded-xl overflow-hidden'
size='middle' size='small'
empty={ empty={
<Empty <Empty
image={<IllustrationNoResult style={{ width: 150, height: 150 }} />} image={<IllustrationNoResult style={{ width: 150, height: 150 }} />}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment