Fixed titles of network usage widgets
This commit is contained in:
parent
a430c93830
commit
f51dba2e20
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<GridRow Gutter="(16, 16)">
|
<GridRow Gutter="(16, 16)">
|
||||||
<GridCol Sm="24" Md="12">
|
<GridCol Sm="24" Md="12">
|
||||||
<Card Title="Network Upload Rate">
|
<Card Title="Network Download Rate">
|
||||||
<Body>
|
<Body>
|
||||||
<NetworkDownloadRate TimerHistory="60" TimerInterval="1000" />
|
<NetworkDownloadRate TimerHistory="60" TimerInterval="1000" />
|
||||||
</Body>
|
</Body>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
</GridCol>
|
</GridCol>
|
||||||
|
|
||||||
<GridCol Sm="24" Md="12">
|
<GridCol Sm="24" Md="12">
|
||||||
<Card Title="Network Download Rate">
|
<Card Title="Network Upload Rate">
|
||||||
<Body>
|
<Body>
|
||||||
<NetworkUploadRate TimerHistory="60" TimerInterval="1000" />
|
<NetworkUploadRate TimerHistory="60" TimerInterval="1000" />
|
||||||
</Body>
|
</Body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue