Make dashboard look better on mobile

dhcp-server
Pat Hartl 2023-09-03 16:01:17 -05:00
parent 526c97d42d
commit f104c58c0d
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<PageHeader Title="Dashboard" Style="margin-bottom: 24px" />
<GridRow Gutter="(16, 16)">
<GridCol Sm="24" Md="12">
<GridCol Xs="24" Md="12">
<Card Title="Network Download Rate">
<Body>
<NetworkDownloadRate TimerHistory="60" TimerInterval="1000" />
@ -14,7 +14,7 @@
</Card>
</GridCol>
<GridCol Sm="24" Md="12">
<GridCol Xs="24" Md="12">
<Card Title="Network Upload Rate">
<Body>
<NetworkUploadRate TimerHistory="60" TimerInterval="1000" />
@ -22,7 +22,7 @@
</Card>
</GridCol>
<GridCol Sm="24" Md="12">
<GridCol Xs="24" Md="12">
<Card Title="CPU Usage (%)">
<Body>
<ProcessorUtilization TimerHistory="60" TimerInterval="1000" />
@ -30,7 +30,7 @@
</Card>
</GridCol>
<GridCol Sm="24" Md="12">
<GridCol Xs="24" Md="12">
<Card Title="Storage Usage">
<Body>
<StorageUsage />