mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Simplify code, use standard attributes
This commit is contained in:
parent
23c9e75dd2
commit
1dede0ce2b
2 changed files with 19 additions and 22 deletions
|
@ -121,9 +121,9 @@ const Logs = () => {
|
|||
</Button>
|
||||
</Stack>
|
||||
</Form>
|
||||
<Stack className='serverLogs readOnlyContent' spacing={1} sx={{ mt: 1 }}>
|
||||
<Box className='serverLogs readOnlyContent' sx={{ mt: 1 }}>
|
||||
<LogItemList logs={logs} />
|
||||
</Stack>
|
||||
</Box>
|
||||
</Box>
|
||||
</Page>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue