Fixed titles of network usage widgets
parent
a430c93830
commit
f51dba2e20
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue