Fixed titles of network usage widgets

This commit is contained in:
Pat Hartl 2023-03-30 18:39:14 -05:00
parent a430c93830
commit f51dba2e20

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>