Change label to MB
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
<uib-tab index="1" heading="System Memory" select="graphs.show()">
|
||||
<div class="card card-large" style="min-height: 300px;">
|
||||
<label>Main Memory ({{ memory.memory | prettyDiskSize }}) + Swap ({{ memory.swap | prettyDiskSize }}) in Megabytes</label>
|
||||
<label>RAM ({{ memory.memory | prettyDiskSize }}) + Swap ({{ memory.swap | prettyDiskSize }}) in MB</label>
|
||||
<canvas id="graphsSystemMemoryChart" style="width: 100%;"></canvas>
|
||||
App values are not stacked up
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user