[Client] Some performance optimizations
This commit is contained in:
parent
e58a6593c0
commit
54710f17fc
12 changed files with 189 additions and 67 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div class="memory">
|
||||
<x-pie class="pie" :value="usage"/>
|
||||
<div>
|
||||
<p><fa icon="flask"/>Memory</p>
|
||||
<p><fa icon="memory"/>Memory</p>
|
||||
<p>Total: {{ total | bytes(1) }}</p>
|
||||
<p>Used: {{ used | bytes(1) }}</p>
|
||||
<p>Free: {{ free | bytes(1) }}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue