Update display for current CPU

This commit is contained in:
ajnart
2022-06-03 13:53:52 +02:00
parent de3792fb6b
commit 25fa376c2d
3 changed files with 14 additions and 74 deletions

View File

@@ -1,5 +1,11 @@
import { Aside as MantineAside, Group } from '@mantine/core';
import { WeatherModule, DateModule, CalendarModule, TotalDownloadsModule, SystemModule } from '../modules';
import {
WeatherModule,
DateModule,
CalendarModule,
TotalDownloadsModule,
SystemModule,
} from '../modules';
import { ModuleWrapper } from '../modules/moduleWrapper';
export default function Aside(props: any) {
@@ -15,7 +21,7 @@ export default function Aside(props: any) {
base: 'auto',
}}
>
<Group mt="sm" grow direction="column" style={{ width: 300 }}>
<Group my="sm" grow direction="column" style={{ width: 300 }}>
<ModuleWrapper module={CalendarModule} />
<ModuleWrapper module={TotalDownloadsModule} />
<ModuleWrapper module={WeatherModule} />