Add disk graph for app disk usage

This commit is contained in:
Johannes Zellner
2022-08-05 16:15:48 +02:00
parent d1e48b11a8
commit af7d106a99
3 changed files with 7 additions and 2 deletions

View File

@@ -1055,6 +1055,8 @@
</div>
<label style="margin-top: 10px;">{{ 'app.graphs.memoryTitle' | tr }}</label>
<canvas id="graphsMemoryChart" style="width: 100%;"></canvas>
<label style="margin-top: 10px;">{{ 'app.graphs.diskTitle' | tr }}</label>
<canvas id="graphsDiskChart" style="width: 100%;"></canvas>
</div>
</div>
</div>