mirror of https://github.com/nicolargo/glances.git
Make also the job on memswap - related to #2420
This commit is contained in:
parent
4669c6be67
commit
0095d83185
|
|
@ -3,7 +3,7 @@
|
|||
<div class="table">
|
||||
<div class="table-row">
|
||||
<div class="table-cell text-left title">SWAP</div>
|
||||
<div class="table-cell">{{ percent }}%</div>
|
||||
<div class="table-cell" :class="getDecoration('percent')">{{ percent }}%</div>
|
||||
</div>
|
||||
<div class="table-row">
|
||||
<div class="table-cell text-left">total:</div>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue