Fixed titles of network usage widgets

pull/19/head
Pat Hartl 2023-03-30 18:39:14 -05:00
parent a430c93830
commit f51dba2e20
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<GridRow Gutter="(16, 16)">
<GridCol Sm="24" Md="12">
<Card Title="Network Upload Rate">
<Card Title="Network Download Rate">
<Body>
<NetworkDownloadRate TimerHistory="60" TimerInterval="1000" />
</Body>
@ -14,7 +14,7 @@
</GridCol>
<GridCol Sm="24" Md="12">
<Card Title="Network Download Rate">
<Card Title="Network Upload Rate">
<Body>
<NetworkUploadRate TimerHistory="60" TimerInterval="1000" />
</Body>