Show a bit more explanation on the system memory graph

This commit is contained in:
Johannes Zellner
2020-05-14 00:01:42 +02:00
parent 218ec9c678
commit 07650d424a

View File

@@ -102,8 +102,9 @@
<uib-tab index="1" heading="System Memory" select="graphs.show()">
<div class="card card-large" style="min-height: 300px;">
<label>Main Memory + Swap in Megabytes</label>
<label>Main Memory ({{ memory.memory | prettyDiskSize }}) + Swap ({{ memory.swap | prettyDiskSize }}) in Megabytes</label>
<canvas id="graphsSystemMemoryChart" style="width: 100%;"></canvas>
App values are not stacked up
</div>
</uib-tab>