Make it explicit what the graphs show in which units
This commit is contained in:
@@ -822,13 +822,9 @@
|
||||
<li><a href="" ng-click="graphs.setPeriod(24*30, '30 days')">30 days</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
<label>CPU Usage</label>
|
||||
<canvas id="graphsCPUUsageChart" style="width: 100%;"></canvas>
|
||||
<label>Memory Usage</label>
|
||||
<label style="margin-top: 10px;">Main Memory + Swap Usage in Megabytes</label>
|
||||
<canvas id="graphsMemoryChart" style="width: 100%;"></canvas>
|
||||
<label>Disk Usage</label>
|
||||
<label>Disk Usage in Megabytes</label>
|
||||
<canvas id="graphsDiskChart" style="width: 100%;"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user